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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Worklist.Wcf Assembly