FailureHandlingOptions.SetFailuresPreprocessor
Method
Description:
Sets the callback to be invoked in the beginning of failure processing.
Sets the callback to be invoked in the beginning of failure processing.
Parameters
| Parameter | Type | Description |
|---|---|---|
| preprocessor | IFailuresPreprocessor | The callback to be invoked in the beginning of failure processing. |
Return Value
| Type | Description |
|---|---|
| FailureHandlingOptions | This FailureHandlingOptions object. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |