예제 #1
0
파일: Tracker.cs 프로젝트: magseet/AttiLA
 public TrackerErrorNotificationEventArgs(TrackerErrorNotificationCode code, Exception cause)
 {
     Code  = code;
     Cause = cause;
 }
예제 #2
0
파일: Tracker.cs 프로젝트: magseet/AttiLA
 public TrackerErrorNotificationEventArgs(TrackerErrorNotificationCode code)
 {
     Code = code;
 }