Win32Exception.NativeErrorCode 속성

정의

이 예외와 관련된 Win32 오류 코드를 가져옵니다.

public:
 property int NativeErrorCode { int get(); };
public int NativeErrorCode { get; }
member this.NativeErrorCode : int
Public ReadOnly Property NativeErrorCode As Integer

속성 값

이 예외와 관련된 Win32 오류 코드입니다.

적용 대상