ExceptionExtensions

Static members

Static memberDescription
GetDeepInner(ex)
Signature: ex:exn -> exn

Gets the most inner (deepest) exception of a given Exception object

ToLogString(ex, additionalMessage)
Signature: (ex:exn * additionalMessage:string) -> string

Creates a log-string from the Exception.The result includes the stacktrace, innerexception et cetera, separated by .