OperationResponse.Error 속성
작업에서 throw된 오류를 가져옵니다.
네임스페이스: 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입니다.