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