HandleError Method

Summary
Enables error-related processing and returns a value that indicates whether subsequent HandleError implementations are called.
Syntax
C#
VB
C++
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.

Requirements

Target Platforms

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

Leadtools.Medical.Worklist.Wcf Assembly

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