[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
/// <summary>
/// Initializes a new instance of the <see cref="HttpListenerException"/> class from
/// the specified <see cref="SerializationInfo"/> and <see cref="StreamingContext"/>.
/// Initializes a new instance of the <see cref="HttpListenerException"/>
/// class from the specified instances of the <see cref="SerializationInfo"/>
/// and <see cref="StreamingContext"/> classes.
/// </summary>
/// <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 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>
protected HttpListenerException (
SerializationInfo serializationInfo, StreamingContext streamingContext