An NDoc Documented Class Library

TraceEx.WriteException Method 

Writes a textual representation of the gives exception to the trace listeners in the Listeners collection.

Note    The message is only written if the TraceLevel for the calling module is set to TraceLevel.Error or higher.

public static void WriteException(
   Exception e
);

Parameters

e
Exception being thrown

See Also

TraceEx Class | TraceEx Members | Genghis.Diagnostics Namespace