diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs
index 5afa56ca..59a68f7c 100644
--- a/websocket-sharp/Net/CookieException.cs
+++ b/websocket-sharp/Net/CookieException.cs
@@ -65,15 +65,19 @@ namespace WebSocketSharp.Net
#region Protected Constructors
///
- /// Initializes a new instance of the class from
- /// the specified and .
+ /// Initializes a new instance of the class
+ /// with the serialized data.
///
///
- /// A that contains the serialized object data.
+ /// A that holds the serialized object data.
///
///
- /// A that specifies the source for the deserialization.
+ /// A that specifies the source for
+ /// the deserialization.
///
+ ///
+ /// is .
+ ///
protected CookieException (
SerializationInfo serializationInfo, StreamingContext streamingContext
)