C-DEngine 5.105

TheCommonUtils..::..GetAggregateExceptionMessage Method (Exception)

Retrieve exception details in a string, including the stack trace.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GetAggregateExceptionMessage(
	Exception e
)
Public Shared Function GetAggregateExceptionMessage ( _
	e As Exception _
) As String
public:
static String^ GetAggregateExceptionMessage(
	Exception^ e
)

Parameters

e
Type: Exception
The exception details passed to an exception handler.

Return Value

A string containing exception details.

Remarks


Note: Call this function from within an exception handler.