[Modify] Edit it

This commit is contained in:
sta 2021-06-04 19:35:46 +09:00
parent 3c58073665
commit d3a0fe617f

View File

@ -53,14 +53,17 @@ namespace WebSocketSharp.Net
#region Protected Constructors #region Protected Constructors
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="HttpListenerException"/> class from /// Initializes a new instance of the <see cref="HttpListenerException"/>
/// the specified <see cref="SerializationInfo"/> and <see cref="StreamingContext"/>. /// class from the specified instances of the <see cref="SerializationInfo"/>
/// and <see cref="StreamingContext"/> classes.
/// </summary> /// </summary>
/// <param name="serializationInfo"> /// <param name="serializationInfo">
/// A <see cref="SerializationInfo"/> that contains the serialized object data. /// A <see cref="SerializationInfo"/> that contains 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>
protected HttpListenerException ( protected HttpListenerException (
SerializationInfo serializationInfo, StreamingContext streamingContext SerializationInfo serializationInfo, StreamingContext streamingContext