CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

LicenseFileException..::..TraceInnerExceptions Method

Traces the inner exceptions - adds all the messages from inner exceptions to the end of the message.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public static string TraceInnerExceptions(
	Exception ex,
	string message
)
Public Shared Function TraceInnerExceptions ( _
	ex As Exception, _
	message As String _
) As String
public:
static String^ TraceInnerExceptions(
	Exception^ ex, 
	String^ message
)

Parameters

ex
Type: Exception
The exception.
message
Type: String
The message.

Return Value

The expanded message.