OperationResponse.Error 속성

정의

작업에서 throw된 오류를 가져옵니다.

public:
 property Exception ^ Error { Exception ^ get(); void set(Exception ^ value); };
public Exception Error { get; set; }
member this.Error : Exception with get, set
Public Property Error As Exception

속성 값

오류를 포함하는 Exception 개체입니다.

설명

발견된 오류가 없는 경우 이 속성은 null입니다.

적용 대상