OperationStatus.Error Property

Gets the error that occurred for the operation represented by the OperationStatus, if State is OperationState.Failed, or null otherwise.

[Visual Basic]

Public ReadOnly Property Error As Exception

[C#]

public Exception Error {get;}

See Also

OperationStatus Class | OperationStatus Members | Kjs.AppLife.Update.Web Namespace