Skip to content

Commit af263c0

Browse files
committed
[Fix] Fix for issue sta#544
Inherit the ISerializable interface again because some build environments get an error.
1 parent 0be5376 commit af263c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket-sharp/Net/CookieException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace WebSocketSharp.Net
4646
/// The exception that is thrown when a <see cref="Cookie"/> gets an error.
4747
/// </summary>
4848
[Serializable]
49-
public class CookieException : FormatException
49+
public class CookieException : FormatException, ISerializable
5050
{
5151
#region Internal Constructors
5252

0 commit comments

Comments
 (0)