diff --git a/websocket-sharp/Net/CookieException.cs b/websocket-sharp/Net/CookieException.cs index c211e278..5afa56ca 100644 --- a/websocket-sharp/Net/CookieException.cs +++ b/websocket-sharp/Net/CookieException.cs @@ -75,7 +75,8 @@ namespace WebSocketSharp.Net /// A that specifies the source for the deserialization. /// protected CookieException ( - SerializationInfo serializationInfo, StreamingContext streamingContext) + SerializationInfo serializationInfo, StreamingContext streamingContext + ) : base (serializationInfo, streamingContext) { }