Tracer::TraceException Method (Exception^, TraceEventType)
Visual Studio 2015
Traces an exception.
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.
Show: