IAsyncObserver<T>.OnErrorAsync(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the observer that the provider has experienced an error condition.
public System.Threading.Tasks.ValueTask OnErrorAsync(Exception error);
abstract member OnErrorAsync : Exception -> System.Threading.Tasks.ValueTask
Public Function OnErrorAsync (error As Exception) As ValueTask
Parameters
- error
- Exception
An object that provides additional information about the error.
Returns
A ValueTask representing the asynchronous operation.