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。

适用于