Win32Exception.NativeErrorCode 属性

定义

获取与此异常关联的 Win32 错误代码。Gets the Win32 error code associated with this exception.

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

属性值

Int32

与此异常关联的 Win32 错误代码。The Win32 error code associated with this exception.

适用于