[Modify] Polish it
This commit is contained in:
parent
1eee02bb89
commit
80747e81e2
@ -75,7 +75,8 @@ namespace WebSocketSharp.Net
|
|||||||
/// 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 CookieException (
|
protected CookieException (
|
||||||
SerializationInfo serializationInfo, StreamingContext streamingContext)
|
SerializationInfo serializationInfo, StreamingContext streamingContext
|
||||||
|
)
|
||||||
: base (serializationInfo, streamingContext)
|
: base (serializationInfo, streamingContext)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user