| Data (get) |
Returns a key/value set of data that is associated to the exception.
|
| ErrorNumber (get) |
Returns the current VB error number associated with this exception.
|
| ErrorNumber (let) |
Sets the VB error number for this exception instance.
|
| HelpLink (get) |
Gets a link to a help file associated with the exception.
|
| HelpLink (let) |
Sets a link to a help file associated with the exception.
|
| HResult (get) |
Gets the HResult the current exception represents.
|
| HResult (let) |
Sets the HResult the current exception represents.
|
| InnerException (get) |
Gets the exception that caused the Subclassed exception to be thrown.
|
| InnerException (set) |
Sets the exception that caused the Subclassed exception to be thrown.
|
| Message (get) |
Gets the error message associated with the Subclass exception.
|
| Message (let) |
Sets the error message associated with the Subclass exception.
|
| Source (get) |
Gets a description of the source of the exception.
|
| Source (let) |
Sets a description of the source of the exception.
|
| TypeName (get) | |