Share via


OperationResponse.Error Property

Definition

Gets error thrown by the operation.

public Exception Error { get; set; }
member this.Error : Exception with get, set
Public Property Error As Exception

Property Value

An Exception object that contains the error.

Applies to