[Modify] Edit it

This commit is contained in:
sta 2019-05-09 22:00:10 +09:00
parent 80747e81e2
commit 45b20c0e95

View File

@ -65,15 +65,19 @@ namespace WebSocketSharp.Net
#region Protected Constructors #region Protected Constructors
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="CookieException"/> class from /// Initializes a new instance of the <see cref="CookieException"/> class
/// the specified <see cref="SerializationInfo"/> and <see cref="StreamingContext"/>. /// with the serialized data.
/// </summary> /// </summary>
/// <param name="serializationInfo"> /// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> that contains the serialized object data. /// A <see cref="SerializationInfo"/> that holds the serialized object data.
/// </param> /// </param>
/// <param name="streamingContext"> /// <param name="streamingContext">
/// A <see cref="StreamingContext"/> that specifies the source for the deserialization. /// A <see cref="StreamingContext"/> that specifies the source for
/// the deserialization.
/// </param> /// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="serializationInfo"/> is <see langword="null"/>.
/// </exception>
protected CookieException ( protected CookieException (
SerializationInfo serializationInfo, StreamingContext streamingContext SerializationInfo serializationInfo, StreamingContext streamingContext
) )