C-DEngine 5.105

CookieException Class

The exception that is thrown when a Cookie gets an error.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


[SerializableAttribute]
public class CookieException : FormatException, 
	ISerializable
<SerializableAttribute> _
Public Class CookieException _
	Inherits FormatException _
	Implements ISerializable
[SerializableAttribute]
public ref class CookieException : public FormatException, 
	ISerializable

Inheritance Hierarchy


Object
  Exception
    SystemException
      FormatException
        WebSocketSharp.Net..::..CookieException