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 值。

注解

此属性的值由构造函数设置。 重写此属性以返回 Win32 错误代码而不是 HRESULT 值。

适用于