Method | Description | |
---|---|---|
CurrentDomain_UnhandledException ( Object sender, |
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, |
Catches all unhandled exceptions within the current UI thread
|