NetworkInformationException.ErrorCode プロパティ

定義

この例外の Win32 エラー コードを取得します。

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

プロパティ値

Win32 エラー コードを格納する Int32 値。

注釈

このプロパティの値は、コンストラクターによって設定されます。 このプロパティは、HRESULT 値ではなくエラー コードを返 Win32 すためにオーバーライドされます。

適用対象