LEADTOOLS Medical (Leadtools.Medical.Worklist.Wcf assembly)
LEAD Technologies, Inc

HandleError Method






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( 
   HResult error
)
 function Leadtools.Medical.Worklist.Wcf.Utils.ServiceErrorHandler.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServiceErrorHandler Class
ServiceErrorHandler Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.