Message.GetExceptionStackMessage Method |
Returns a string composed of the messages of
all inner exceptions.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public static string GetExceptionStackMessage( Exception outerException )
Parameters
- outerException
- Type: System.Exception
The outer exception.
Return Value
Type: StringA string composed of the messages of all outerException and all inner exceptions, concatenated by the string -->.