OperationResponse.Error Property

Definition

Gets error thrown by the operation.

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

Property Value

An Exception object that contains the error.

Remarks

This property is null if no errors are found.

Applies to