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 하도록 재정의됩니다.

적용 대상