[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.100.7610.0

Syntax

C#
public bool HandleError(
	Exception error
)

Parameters

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

Return Value

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

Implements

IErrorHandler..::..HandleError(Exception)

See Also