ApplicationException |
Exception | |
IObject |
Name | Description |
---|---|
![]() | Returns a key/value collection used to contain user-defined specific information about the exception. |
![]() | Returns the VB error number associated with this exception instance. |
![]() | Gets a link to a help file associated with the exception. |
![]() | Sets a link to a help file associated with the exception. |
![]() | Gets the HRESULT, a coded numerical value that is assigned to a specific exception. |
![]() | Gets the exception that caused the Subclassed exception to be thrown. |
![]() | Gets the error message associated with the Subclass exception. |
![]() | Gets a description of the source of the exception. |
![]() | Sets a description of the source of the exception. |
Name | Description |
---|---|
![]() | Provides a basic implementation of the Equals function of the IObject interface. |
![]() | Gets the original exception that caused the chain of exceptions to occur. |
![]() | Provides a basic implementation of the GetHashcode function of the IObject interface. |
![]() | Returns the exception message prepended with the type name of the Subclass Exception. |
This class is used to help differenciate between exceptions raised by VBCorLib and the executing application. Instead of directly instantiating an ApplicationException object, a new class should be derived from ApplicationExceptionBase to easily specify the exception type.
ApplicationException uses the HResult COR_E_APPLICATION, which is &H80131600.