IException Interface |
Namespace: EBP.Api.Interfaces.Misc
The IException type exposes the following members.
| Name | Description | |
|---|---|---|
| InnerException |
Gets the Exception instance that caused the current exception.
| |
| Message |
Gets a message that describes the current exception.
| |
| Source |
Gets or sets the name of the application or the object that causes the error.
| |
| StackTrace |
Gets a string representation of the immediate frames on the call stack.
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| ToString |
Creates and returns a string representation of the current exception.
|