The exception that is thrown when a WebSocketSharp.Net.Cookie gets an error.
See Also: Inherited members from FormatException.
|
Initializes a new instance of the WebSocketSharp.Net.CookieException class. |
|
Initializes a new instance of the WebSocketSharp.Net.CookieException class with the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext. |
override
|
GetObjectData
(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Populates the specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the WebSocketSharp.Net.CookieException. |
|
System.Runtime.Serialization.ISerializable.GetObjectData | Populates the specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the WebSocketSharp.Net.CookieException. |
Initializes a new instance of the WebSocketSharp.Net.CookieException class.
Syntax
public CookieException ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Initializes a new instance of the WebSocketSharp.Net.CookieException class with the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext.
Syntax
protected CookieException (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- A System.Runtime.Serialization.SerializationInfo that holds the serialized object data.
- streamingContext
- A System.Runtime.Serialization.StreamingContext that contains the contextual information about the source or destination.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Populates the specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the WebSocketSharp.Net.CookieException.
Syntax
public override void GetObjectData (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- A System.Runtime.Serialization.SerializationInfo that holds the serialized object data.
- streamingContext
- A System.Runtime.Serialization.StreamingContext that specifies the destination for the serialization.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)
Populates the specified System.Runtime.Serialization.SerializationInfo with the data needed to serialize the WebSocketSharp.Net.CookieException.
Syntax
void System.Runtime.Serialization.ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)Parameters
- serializationInfo
- A System.Runtime.Serialization.SerializationInfo that holds the serialized object data.
- streamingContext
- A System.Runtime.Serialization.StreamingContext that specifies the destination for the serialization.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)