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

파일 보기 프로젝트 열기: r3peat/D3Helper.Public 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionLogEntry ( System e, System.DateTime timestamp, A_Enums exceptionthread ) : System
addExceptionLogEntry ( System e, A_Enums exceptionthread ) : void

메소드 상세

ExceptionLogEntry() 공개 메소드

public ExceptionLogEntry ( System e, System.DateTime timestamp, A_Enums exceptionthread ) : System
e System
timestamp System.DateTime
exceptionthread A_Enums
리턴 System

addExceptionLogEntry() 공개 정적인 메소드

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