TraceableBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class TraceableBase
type TraceableBase = class
Public MustInherit Class TraceableBase
Inheritance
Derived
Constructors
Properties
Methods
AssertTraceEvent(Boolean, TraceEventType, Int32, String)
AssertTraceEvent(Boolean, TraceEventType, TraceId, String)
AssertTraceException(Boolean, TraceEventType, Int32, Exception, String)
AssertTraceException(Boolean, TraceEventType, TraceId, Exception, String)
DebugTraceEvent(TraceEventType, Int32, String)
DebugTraceException(TraceEventType, Int32, Exception, String)
TraceEvent(TraceEventType, Int32, String, Object[])
TraceEvent(TraceEventType, TraceId, String, Object[])
TraceException(TraceEventType, Int32, Exception, String)
TraceException(TraceEventType, TraceId, Exception, String)
Applies to