C# Class D3Helper.A_Handler.Log.Exception

ファイルを表示 Open project: r3peat/D3Helper.Public

Public Properties

Property Type Description
ExceptionCount int
ExceptionLog List
HandlerLog List

Public Methods

Method Description
addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
log_Exceptions ( ) : void
log_Handler ( ) : void

Method Details

addExceptionLogEntry() public static method

public static addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
e System
exceptionthread A_Enums
return void

log_Exceptions() public static method

public static log_Exceptions ( ) : void
return void

log_Handler() public static method

public static log_Handler ( ) : void
return void

Property Details

ExceptionCount public_oe static_oe property

public static int ExceptionCount
return int

ExceptionLog public_oe static_oe property

public static List ExceptionLog
return List

HandlerLog public_oe static_oe property

public static List HandlerLog
return List