Log |
| Name | Description | |
|---|---|---|
| GetExceptionMessageAndStackTrace(AggregateException) | Returns a string containing the exception message and stack trace, as well as all the inner exception messages and stack traces for each exception of an aggregate exception | |
| GetExceptionMessageAndStackTrace(Exception) | Returns a string containing the exception message and stack trace, as well as all its inner exceptions messages and stack trace | |
| GetExceptionMessageAndStackTrace(ReflectionTypeLoadException) | Returns a string containing the exception message and stack trace, as well as all the type load exception messages and stack traces for each type load exception of a reflection type load exception |