RTX64Exception.GetExtendedExceptionMessage Method

Returns a human-readable message for this exception that is more detailed than the string returned by property Message.

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 4.0.0.0 (File version: 4.5.0)

Syntax
public static string GetExtendedExceptionMessage(
	Exception exception
)

Parameters

exception
Type: SystemException
Exception to expand.

Return Value

Type: String
A string containing a detailed description of the exception, including all inner exceptions.
See Also