C# 클래스 D3Helper.A_Handler.Log.Exception

파일 보기 프로젝트 열기: r3peat/D3Helper.Public

공개 프로퍼티들

프로퍼티 타입 설명
ExceptionCount int
ExceptionLog List
HandlerLog List

공개 메소드들

메소드 설명
addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void
log_Exceptions ( ) : void
log_Handler ( ) : void

메소드 상세

addExceptionLogEntry() 공개 정적인 메소드

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

log_Exceptions() 공개 정적인 메소드

public static log_Exceptions ( ) : void
리턴 void

log_Handler() 공개 정적인 메소드

public static log_Handler ( ) : void
리턴 void

프로퍼티 상세

ExceptionCount 공개적으로 정적으로 프로퍼티

public static int ExceptionCount
리턴 int

ExceptionLog 공개적으로 정적으로 프로퍼티

public static List ExceptionLog
리턴 List

HandlerLog 공개적으로 정적으로 프로퍼티

public static List HandlerLog
리턴 List