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

Represents the event data for the WebSocket.OnError event. [詳解]

プロパティ

Exception Exception [get]
 Gets the exception that caused the error.
 
string Message [get]
 Gets the error message.
 

詳解

Represents the event data for the WebSocket.OnError event.

The error event occurs when the WebSocket interface gets an error.

If you would like to get the error message, you should access the ErrorEventArgs.Message property.

If the error is due to an exception, you can get it by accessing the ErrorEventArgs.Exception property.

プロパティ詳解

◆ Exception

Exception WebSocketSharp.ErrorEventArgs.Exception
get

Gets the exception that caused the error.

An System.Exception instance that represents the cause of the error.

null if not present.

◆ Message

string WebSocketSharp.ErrorEventArgs.Message
get

Gets the error message.

A string that represents the error message.


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