diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs
index a07c5730..06123aec 100644
--- a/websocket-sharp/Net/CookieException.cs
+++ b/websocket-sharp/Net/CookieException.cs
@@ -65,15 +65,14 @@ namespace WebSocketSharp.Net
#region Protected Constructors
///
- /// Initializes a new instance of the class with the specified
- /// and .
+ /// Initializes a new instance of the class from
+ /// the specified and .
///
///
- /// A that holds the serialized object data.
+ /// A that contains the serialized object data.
///
///
- /// A that contains the contextual information about the source
- /// or destination.
+ /// A that specifies the source for the deserialization.
///
protected CookieException (
SerializationInfo serializationInfo, StreamingContext streamingContext)
@@ -99,7 +98,7 @@ namespace WebSocketSharp.Net
///
/// Populates the specified with the data needed to serialize
- /// the .
+ /// the current .
///
///
/// A that holds the serialized object data.
@@ -121,7 +120,7 @@ namespace WebSocketSharp.Net
///
/// Populates the specified with the data needed to serialize
- /// the .
+ /// the current .
///
///
/// A that holds the serialized object data.