LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)

HandleError Method

Show in webframe





The exception thrown during processing.
Enables error-related processing and returns a value that indicates whether subsequent HandleError implementations are called.
Syntax
public bool HandleError( 
   Exception error
)
'Declaration
 
Public Function HandleError( _
   ByVal error As Exception _
) As Boolean
'Usage
 
Dim instance As ServiceErrorHandler
Dim error As Exception
Dim value As Boolean
 
value = instance.HandleError(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

See Also

Reference

ServiceErrorHandler Class
ServiceErrorHandler Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.