The exception that is thrown when a Cookie gets an error.
More...
Inherits FormatException, and ISerializable.
|
| CookieException () |
| Initializes a new instance of the CookieException class.
|
|
override void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
| Populates the specified SerializationInfo with the data needed to serialize the current CookieException.
|
|
|
| CookieException (SerializationInfo serializationInfo, StreamingContext streamingContext) |
| Initializes a new instance of the CookieException class from the specified SerializationInfo and StreamingContext.
|
|
The exception that is thrown when a Cookie gets an error.
◆ CookieException()
WebSocketSharp.Net.CookieException.CookieException |
( |
SerializationInfo | serializationInfo, |
|
|
StreamingContext | streamingContext ) |
|
inlineprotected |
Initializes a new instance of the CookieException class from the specified SerializationInfo and StreamingContext.
- Parameters
-
serializationInfo | A SerializationInfo that contains the serialized object data. |
streamingContext | A StreamingContext that specifies the source for the deserialization. |
◆ GetObjectData()
override void WebSocketSharp.Net.CookieException.GetObjectData |
( |
SerializationInfo | serializationInfo, |
|
|
StreamingContext | streamingContext ) |
|
inline |
Populates the specified SerializationInfo with the data needed to serialize the current CookieException.
- Parameters
-
serializationInfo | A SerializationInfo that holds the serialized object data. |
streamingContext | A StreamingContext that specifies the destination for the serialization. |
FIXME: Removed to avoid Unity warnings [SecurityPermission ( SecurityAction.LinkDemand, Flags = SecurityPermissionFlag.SerializationFormatter)]
The documentation for this class was generated from the following file:
- /Users/yiyangshang/egdl2/Assets/eag/Scripts/enablegames/PortalAPI/SocketIO/WebsocketSharp/Net/CookieException.cs