[Modify] Edit it
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user