Extension methods for Exception.
More...
|
static string | GetInnerMostExceptionMessage (this Exception ex) |
| Finds the message of the inner most exception for this exception. If no inner exceptions are set, the message of this exception is returned. COMExceptions are ignored as their message is not very useful.
|
|
Extension methods for Exception.