IBackgroundOperationContext.OnError(Exception) Method

Definition

Indicates an exception that appears when the error occurs during the operation.

public:
 void OnError(Exception ^ errorInformation);
public void OnError (Exception errorInformation);
abstract member OnError : Exception -> unit
Public Sub OnError (errorInformation As Exception)

Parameters

errorInformation
Exception

A value that represents the error message.

Applies to