From 80747e81e2d78a1ca4f025e9c6ccb717d28800fb Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 9 May 2019 21:49:36 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Net/CookieException.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { }