TaskLoggingHelper.GetInnerExceptionMessageString(Exception) Method

Definition

Flatten the inner exception message

public:
 static System::String ^ GetInnerExceptionMessageString(Exception ^ e);
public static string GetInnerExceptionMessageString (Exception e);
static member GetInnerExceptionMessageString : Exception -> string
Public Shared Function GetInnerExceptionMessageString (e As Exception) As String

Parameters

e
Exception

Exception to flatten.

Returns

Applies to