OperationResponse.Error プロパティ
操作でスローされたエラーを取得します。
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public Property Error As Exception
Get
Set
'使用
Dim instance As OperationResponse
Dim value As Exception
value = instance.Error
instance.Error = value
public Exception Error { get; set; }
public:
property Exception^ Error {
Exception^ get ();
void set (Exception^ value);
}
member Error : Exception with get, set
function get Error () : Exception
function set Error (value : Exception)
プロパティ値
型: System.Exception
エラーを含んでいる Exception オブジェクト。
説明
このプロパティは、エラーが見つからない場合は null です。