Exception custom methods
More...
|
static string | GetFullMessage (this Exception ex) |
| Retrieves the message (and all inner exception messages) More...
|
|
static string | GetStackTrace (this Exception ex) |
| Retrieves the stack trace formatted More...
|
|
◆ GetFullMessage()
static string Sphyrnidae.Common.Extensions.ExceptionExtensions.GetFullMessage |
( |
this Exception |
ex | ) |
|
|
static |
Retrieves the message (and all inner exception messages)
- Parameters
-
- Returns
- The fully formatted message of the exception and all inner exceptions
◆ GetStackTrace()
static string Sphyrnidae.Common.Extensions.ExceptionExtensions.GetStackTrace |
( |
this Exception |
ex | ) |
|
|
static |
Retrieves the stack trace formatted
- Parameters
-
- Returns
- The fully formatted stack trace
The documentation for this class was generated from the following file:
- C:/Users/dougb/Desktop/Sphyrnidae/New/Common/Common/Extensions/ExceptionExtensions.cs