C# 클래스 MyMediaLite.Util.Handlers

Class containing handler functions, e.g. exception handlers
파일 보기 프로젝트 열기: zenogantner/MML-KDD

공개 메소드들

메소드 설명
UnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs unhandled_event ) : void

React to an unhandled exceptions

Give out the error message and the stack trace, then terminate the program. FileNotFoundExceptions get special treatment.

메소드 상세

UnhandledExceptionHandler() 공개 정적인 메소드

React to an unhandled exceptions
Give out the error message and the stack trace, then terminate the program. FileNotFoundExceptions get special treatment.
public static UnhandledExceptionHandler ( object sender, UnhandledExceptionEventArgs unhandled_event ) : void
sender object the sender of the exception
unhandled_event System.UnhandledExceptionEventArgs the arguments of the unhandled exception
리턴 void