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