[This is preliminary documentation and is subject to change.]

Enables error-related processing and returns a value that indicates whether subsequent HandleError implementations are called.

Namespace:  QPulseWebServices.Core.ExceptionHandling
Assembly:  QPulseWebServices (in QPulseWebServices.dll) Version: 2.0.590.81

Syntax

C#
public bool HandleError(
	Exception error
)

Parameters

error
Type: System..::.Exception
The exception thrown during processing.

Return Value

true if subsequent IErrorHandler implementations must not be called; otherwise, false. The default is false.

Implements

IErrorHandler..::.HandleError(Exception)

See Also