ReadOnlyObservableAsyncCollection<T>.OperationError Property

Definition

Gets the error for the async operation. This field is only valid if OperationInProgress is false. null indicates there was no error.

public:
 property Exception ^ OperationError { Exception ^ get(); };
public Exception OperationError { get; }
member this.OperationError : Exception
Public ReadOnly Property OperationError As Exception

Property Value

Implements

Applies to