TaskLoggingHelper.GetInnerExceptionMessageString(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Exception to flatten.