[Fix] Fix for issue #544
Inherit the ISerializable interface again because some build environments get an error.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace WebSocketSharp.Net
|
||||
/// The exception that is thrown when a <see cref="Cookie"/> gets an error.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class CookieException : FormatException
|
||||
public class CookieException : FormatException, ISerializable
|
||||
{
|
||||
#region Internal Constructors
|
||||
|
||||
|
Reference in New Issue
Block a user