←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Worklist.Wcf Assembly
Click or drag to resize