Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaException Constructor(WiaExceptionCode)
See Also 
Leadtools.Wia Namespace > WiaException Class > WiaException Constructor : WiaException Constructor(WiaExceptionCode)



code
An WiaExceptionCode that specifies what caused this exception.
yes

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal code As WiaExceptionCode _
)
Visual Basic (Usage)Copy Code
Dim code As WiaExceptionCode
 
Dim instance As WiaException(code)
C# 
public WiaException( 
   WiaExceptionCode code
)
C++/CLI 
public:
WiaException( 
   WiaExceptionCode code
)

Parameters

code
An WiaExceptionCode that specifies what caused this exception.

Remarks

The WiaException class contains an internal list of messages that correspond to each WiaExceptionCode value. This constructor initializes the Message property of the new instance with the corresponding string for code.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also