[Modify] Polish it

master
sta 7 years ago
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…
Cancel
Save