TraceableBase Class
Зміст статті
Definition
Constructors
Properties
Methods
Applies to
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
Розгорнути таблицю
Розгорнути таблицю
Розгорнути таблицю
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)