LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 CodeGets or sets the code that caused this exception.  
public Property DataGets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from System.Exception)
public Property HelpLinkGets or sets a link to the help file associated with this exception. (Inherited from System.Exception)
public Property InnerExceptionGets the System.Exception instance that caused the current exception. (Inherited from System.Exception)
public Property MessageOverridden. Gets a message that describes the current exception.  
public Property SourceGets or sets the name of the application or the object that causes the error. (Inherited from System.Exception)
public Property StackTraceGets a string representation of the frames on the call stack at the time the current exception was thrown. (Inherited from System.Exception)
public Property TargetSiteGets the method that throws the current exception. (Inherited from System.Exception)
Top

Protected Properties

 NameDescription
protected Property HResultGets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from System.Exception)
Top

Public Methods

 NameDescription
public Method GetBaseExceptionWhen overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions. (Inherited from System.Exception)
public Methodstatic (Shared in Visual Basic) GetCodeMessageGets 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 GetTypeGets the runtime type of the current instance. (Inherited from System.Exception)
public Methodstatic (Shared in Visual Basic) SetCodeMessageSets the error string that corresponds to a specific WiaExceptionCode.  
Top

See Also