Fix a few for HttpListenerException.cs

This commit is contained in:
sta 2014-04-07 20:58:38 +09:00
parent bb44aa45c9
commit bcc92b81af

View File

@ -60,7 +60,7 @@ namespace WebSocketSharp.Net
/// 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 represents 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)