C# 클래스 MetroTrilithon.Threading.Tasks.TaskLog

파일 보기 프로젝트 열기: Grabacr07/MetroTrilithon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Occured EventHandler

공개 메소드들

메소드 설명
TaskLog ( string callerMemberName, string callerFilePath, int callerLineNumber, Exception exception ) : System

비공개 메소드들

메소드 설명
Raise ( TaskLog log ) : void

메소드 상세

TaskLog() 공개 메소드

public TaskLog ( string callerMemberName, string callerFilePath, int callerLineNumber, Exception exception ) : System
callerMemberName string
callerFilePath string
callerLineNumber int
exception System.Exception
리턴 System

프로퍼티 상세

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

public static EventHandler Occured
리턴 EventHandler