Tracer::TraceException Method (Exception^, TraceEventType)

Visual Studio 2015
 

Traces an exception.

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

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

Parameters

ex
Type: System::Exception^

The exception.

eventType
Type: System.Diagnostics::TraceEventType

The type of event.

Return to top
Show: