|
|
|
@ -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, ISerializable
|
|
|
|
public class CookieException : FormatException
|
|
|
|
{
|
|
|
|
{
|
|
|
|
#region Internal Constructors
|
|
|
|
#region Internal Constructors
|
|
|
|
|
|
|
|
|
|
|
|
|