Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
WiaException Class Members
See Also  Properties  Methods 
Leadtools.Wia Namespace : WiaException Class

The following tables list the members exposed by WiaException.

Public Constructors

 NameDescription
Public Constructor WiaException ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public Property Code Gets or sets the code that caused this exception.  
Public Property Data (Inherited from System.Exception)
Public Property HelpLink (Inherited from System.Exception)
Public Property InnerException (Inherited from System.Exception)
Public Property MessageOverridden.  Gets a message that describes the current exception.  
Public Property Source (Inherited from System.Exception)
Public Property StackTrace (Inherited from System.Exception)
Public Property TargetSite (Inherited from System.Exception)
Top

Protected Properties

 NameDescription
Protected Property HResult (Inherited from System.Exception)
Top

Public Methods

 NameDescription
Public Method GetBaseException (Inherited from System.Exception)
Public Methodstatic (Shared in Visual Basic) GetCodeMessage Gets the error string that corresponds to a specific WiaExceptionCode.  
Public Method GetObjectDataOverridden.  Populates a specified SerializationInfo with the data needed to serialize this object.  
Public Method GetType (Inherited from System.Exception)
Public Methodstatic (Shared in Visual Basic) SetCodeMessage Sets the error string that corresponds to a specific WiaExceptionCode.  
Public Method ToString (Inherited from System.Exception)
Top

See Also