C# Class Corlib.Diagnostics.TraceSourceExtensions

ファイルを表示 Open project: GeorgeTsiokos/corlib

Public Methods

Method Description
TraceException ( this traceSource, Exception exception ) : void
TraceException ( this traceSource, Exception exception, TraceEventType traceEventType ) : void
TraceException ( this traceSource, Exception exception, TraceEventType traceEventType, int id ) : void

Method Details

TraceException() public static method

public static TraceException ( this traceSource, Exception exception ) : void
traceSource this
exception System.Exception
return void

TraceException() public static method

public static TraceException ( this traceSource, Exception exception, TraceEventType traceEventType ) : void
traceSource this
exception System.Exception
traceEventType TraceEventType
return void

TraceException() public static method

public static TraceException ( this traceSource, Exception exception, TraceEventType traceEventType, int id ) : void
traceSource this
exception System.Exception
traceEventType TraceEventType
id int
return void