次の方法で共有


Win32Exception.NativeErrorCode プロパティ

この例外に関連付けられている Win32 エラー コードを取得します。

Public ReadOnly Property NativeErrorCode As Integer
[C#]
public int NativeErrorCode {get;}
[C++]
public: __property int get_NativeErrorCode();
[JScript]
public function get NativeErrorCode() : int;

プロパティ値

この例外に関連付けられている Win32 エラー コード。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

Win32Exception クラス | Win32Exception メンバ | System.ComponentModel 名前空間