DataServiceException.ErrorCode プロパティ

エラー コードを取得します。

名前空間:  System.Data.Services
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property ErrorCode As String
    Get
'使用
Dim instance As DataServiceException
Dim value As String

value = instance.ErrorCode
public string ErrorCode { get; }
public:
property String^ ErrorCode {
    String^ get ();
}
member ErrorCode : string
function get ErrorCode () : String

プロパティ値

型: System.String
エラー コードを表す整数値。

関連項目

参照

DataServiceException クラス

System.Data.Services 名前空間