|
|
|
@ -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)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|