The Exception Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the exception that was thrown (if any).
Syntax
Visual Basic (Declaration) | |
---|
Public Property Exception As Exception |
Property Value
An
Exception object that specifies the exception that was thrown (if any). May be a
null reference (
Nothing in Visual Basic). Default value is
null.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also