HandleError Method
Summary
Enables error-related processing and returns a value that indicates whether subsequent HandleError implementations are called.
Syntax
public bool HandleError(
Exception error
)
Public Function HandleError( _
ByVal error As Exception _
) As Boolean
public:
bool HandleError(
Exception^ error
)
Parameters
error
The exception thrown during processing.
Return Value
true if subsequent System.ServiceModel.Dispatcher.IErrorHandler implementations must not be called; otherwise, false. The default is false.