STrace.LogExThrow Method

Definition

Logs the fact that an exception was thrown, and includes the current stack trace.

public:
 static void LogExThrow();
[System.Diagnostics.Conditional("TRACE")]
public static void LogExThrow ();
[<System.Diagnostics.Conditional("TRACE")>]
static member LogExThrow : unit -> unit
Public Shared Sub LogExThrow ()
Attributes

Remarks

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Applies to