SmartDeviceException.ErrorCode プロパティ
更新 : 2007 年 11 月
例外またはエラーの種類を表す、コード化された数値を取得します。
名前空間 : Microsoft.SmartDevice.Connectivity
アセンブリ : Microsoft.SmartDevice.Connectivity (Microsoft.SmartDevice.Connectivity.dll 内)
構文
'宣言
Public ReadOnly Property ErrorCode As Integer
'使用
Dim instance As SmartDeviceException
Dim value As Integer
value = instance.ErrorCode
public int ErrorCode { get; }
public:
property int ErrorCode {
int get ();
}
public function get ErrorCode () : int
プロパティ値
型 : System.Int32
エラー コードの値。
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。