diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs
index be1349ea..c211e278 100644
--- a/websocket-sharp/Net/CookieException.cs
+++ b/websocket-sharp/Net/CookieException.cs
@@ -128,15 +128,19 @@ namespace WebSocketSharp.Net
#region Explicit Interface Implementation
///
- /// Populates the specified with the data needed to serialize
- /// the current .
+ /// Populates the specified instance with
+ /// the data needed to serialize the current instance.
///
///
/// A that holds the serialized object data.
///
///
- /// A that specifies the destination for the serialization.
+ /// A that specifies the destination for
+ /// the serialization.
///
+ ///
+ /// is .
+ ///
[
SecurityPermission (
SecurityAction.LinkDemand,