C# 클래스 OpenBve.CrashHandler

Provides functions for handling crashes, and producing an appropriate error log
파일 보기 프로젝트 열기: leezer3/OpenBVE 1 사용 예제들

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( Object sender, UnhandledExceptionEventArgs e ) : void

Catches all unhandled exceptions within the current appdomain

LoadingCrash ( string ExceptionText, bool Train ) : void

This function logs an exception caught whilst loading a route/ train to disk

LogCrash ( string ExceptionText ) : void

This function logs an unhandled crash to disk

UIThreadException ( object sender, ThreadExceptionEventArgs t ) : void

Catches all unhandled exceptions within the current UI thread