The NBRecoverableException type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddNestedException |
Adds a nested exception to the current exception.
(Inherited from NBException.) | |
| Dispose | (Inherited from NBException.) | |
| Dispose(Boolean) | (Inherited from NBException.) | |
| (Inherited from | ||
| Finalize | (Inherited from NBException.) | |
| FormattedMessage |
Formats the exception as a string using the catalog provided in the exception itself.
(Inherited from NBException.) | |
When overridden in a derived class, returns the (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
| GetNestedExceptions |
Gets all the nested exceptions that belong to the current exception.
(Inherited from NBException.) | |
| GetObjectData |
Initializes a new instance of the Exception class with serialized data.
(Inherited from NBException.) | |
Gets the runtime type of the current instance. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ThrowThis |
Instructs this object to throw itself.
(Overrides NBExceptionThrowThis .) | |
Creates and returns a string representation of the current exception. (Inherited from |
See Also