Click or drag to resize

LogHelperGetUserFriendlyExceptionMessages Method

Overload List
  NameDescription
Public methodStatic memberGetUserFriendlyExceptionMessages(AggregateException)
Returns a string containing the exception message, as well as all the inner exception messages of an aggregate exception
Public methodStatic memberGetUserFriendlyExceptionMessages(Exception)
Returns a string containing the exception message, as well as all the inner exception messages
Public methodStatic memberGetUserFriendlyExceptionMessages(ReflectionTypeLoadException)
Returns a string containing the exception message, as well as all the inner exception messages and type load exception of a reflection type load exception
Top
See Also