PostSharpAPI ReferencePost­Sharp.​ExtensibilityMessageGet­Exception­Stack­Message
Open sandboxFocus

Message.GetExceptionStackMessage Method

GetExceptionStackMessage(Exception)

Returns a string composed of the messages of all inner exceptions.

Declaration
public static string GetExceptionStackMessage(Exception outerException)
Parameters
Type Name Description
Exception outerException

The outer exception.

Returns
Type Description
System.String

A string composed of the messages of all outerException and all inner exceptions, concatenated by the string -->.