wRTOSException.GetExtendedExceptionMessage Method
Returns a human-readable message for this exception that is more detailed than the string returned by property Message.
Namespace:
IntervalZero.MaxRT.wRTOS
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public static string GetExtendedExceptionMessage(
Exception exception
)
Parameters
exception
Type: System.Exception
Exception to expand.
Return Value
Type: String
A string containing a detailed description of the exception, including all inner exceptions.
See Also: