Win32Exception.NativeErrorCode 属性

定义

获取与此异常关联的 Win32 错误代码。

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

属性值

与此异常关联的 Win32 错误代码。

适用于