Persistate API documentation
ExceptionText Method (ex)
NamespacesPersistateUtlExceptionText(Exception)

[This is preliminary documentation and is subject to change.]

Obtains the messages of an exception and all its inner exceptions, one per line.
Declaration Syntax
C#
public static string ExceptionText(
	Exception ex
)
Parameters
ex (Exception)
The exception to get the text from.
Return Value
A String containing the text.
Remarks
This handles the case where an inner exception reference points back to one earlier in the chain. Any TargetInvokationExceptions in the chain are not shown.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)