The exception that is thrown when a Cookie gets an error.
[詳解]
|
| CookieException () |
| Initializes a new instance of the CookieException class.
|
|
override void | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
| Populates the specified SerializationInfo instance with the data needed to serialize the current instance.
|
|
|
| CookieException (SerializationInfo serializationInfo, StreamingContext streamingContext) |
| Initializes a new instance of the CookieException class with the specified serialized data.
|
|
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 with the specified serialized data.
- 引数
-
serializationInfo | A SerializationInfo that contains the serialized object data. |
streamingContext | A StreamingContext that specifies the source for the deserialization. |
- 例外
-
ArgumentNullException | serializationInfo is null . |
◆ GetObjectData()
override void WebSocketSharp.Net.CookieException.GetObjectData |
( |
SerializationInfo | serializationInfo, |
|
|
StreamingContext | streamingContext ) |
|
inline |
Populates the specified SerializationInfo instance with the data needed to serialize the current instance.
- 引数
-
serializationInfo | A SerializationInfo that holds the serialized object data. |
streamingContext | A StreamingContext that specifies the destination for the serialization. |
- 例外
-
ArgumentNullException | serializationInfo is null . |
このクラス詳解は次のファイルから抽出されました:
- SkyWayUnitySDK/Assets/SkyWay/Scripts/Deps/websocket-sharp/websocket-sharp/Net/CookieException.cs