From 45b20c0e95af2e35959933d284edc3c230daadc5 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 9 May 2019 22:00:10 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/CookieException.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 )