WebSocketException.ErrorCode プロパティ

定義

発生した例外のネイティブ エラー コード。

public:
 virtual property int ErrorCode { int get(); };
public:
 property int ErrorCode { int get(); };
public override int ErrorCode { get; }
public int ErrorCode { get; }
member this.ErrorCode : int
Public Overrides ReadOnly Property ErrorCode As Integer
Public ReadOnly Property ErrorCode As Integer

プロパティ値

Int32 を返します。

適用対象