HandleError Method

Summary
Enables error-related processing and returns a value that indicates whether subsequent HandleError implementations are called.
Syntax
C#
C++/CLI
public bool HandleError( 
   Exception error 
) 
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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.