STrace.LogExCatch(Exception) Method

Definition

Logs the fact that an exception was caught, together with the exception message and the stack trace.

public:
 static void LogExCatch(Exception ^ ex);
[System.Diagnostics.Conditional("TRACE")]
public static void LogExCatch (Exception ex);
[<System.Diagnostics.Conditional("TRACE")>]
static member LogExCatch : Exception -> unit
Public Shared Sub LogExCatch (ex As Exception)

Parameters

ex
Exception

The exception message and stack trace.

Attributes

Remarks

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

Applies to