OperationResponse.Error 属性

定义

获取操作引发的错误。

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。

适用于