ITracer::TraceException Method (Exception^, TraceEventType)

Visual Studio 2015
 

Traces an exception.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

void TraceException(
	Exception^ ex,
	TraceEventType eventType = TraceEventType::Error
)

Parameters

ex
Type: System::Exception^

The exception to trace.

eventType
Type: System.Diagnostics::TraceEventType

The type of event to trace.

Return to top
Show: