[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.ExceptionHandlingAssembly: 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: Booleantrue if subsequent IErrorHandler implementations must not be called; otherwise, false. The default is false.