SkyWay Unity SDK
公式APIリファレンス
読み取り中…
検索中…
一致する文字列を見つけられません
WebSocketSharp.Net.CookieException クラス

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.

引数
serializationInfoA SerializationInfo that contains the serialized object data.
streamingContextA StreamingContext that specifies the source for the deserialization.
例外
ArgumentNullExceptionserializationInfo 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.

引数
serializationInfoA SerializationInfo that holds the serialized object data.
streamingContextA StreamingContext that specifies the destination for the serialization.
例外
ArgumentNullExceptionserializationInfo is null.

このクラス詳解は次のファイルから抽出されました: