There was an error while loading. Please reload this page.
1 parent 0be5376 commit af263c0Copy full SHA for af263c0
websocket-sharp/Net/CookieException.cs
@@ -46,7 +46,7 @@ namespace WebSocketSharp.Net
46
/// The exception that is thrown when a <see cref="Cookie"/> gets an error.
47
/// </summary>
48
[Serializable]
49
- public class CookieException : FormatException
+ public class CookieException : FormatException, ISerializable
50
{
51
#region Internal Constructors
52
0 commit comments