C# Class D3Helper.A_Handler.Log.Exception

Afficher le fichier Open project: r3peat/D3Helper.Public

Méthodes publiques

Свойство Type Description
ExceptionCount int
ExceptionLog List
HandlerLog List

Méthodes publiques

Méthode Description
addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
log_Exceptions ( ) : void
log_Handler ( ) : void

Method Details

addExceptionLogEntry() public static méthode

public static addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
e System
exceptionthread A_Enums
Résultat void

log_Exceptions() public static méthode

public static log_Exceptions ( ) : void
Résultat void

log_Handler() public static méthode

public static log_Handler ( ) : void
Résultat void

Property Details

ExceptionCount public_oe static_oe property

public static int ExceptionCount
Résultat int

ExceptionLog public_oe static_oe property

public static List ExceptionLog
Résultat List

HandlerLog public_oe static_oe property

public static List HandlerLog
Résultat List