C# Class Corlib.Diagnostics.TraceSourceExtensions

Afficher le fichier Open project: GeorgeTsiokos/corlib

Méthodes publiques

Méthode 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 méthode

public static TraceException ( this traceSource, Exception exception ) : void
traceSource this
exception System.Exception
Résultat void

TraceException() public static méthode

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

TraceException() public static méthode

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