Game.ProcessReportError Method
[This is preliminary documentation and subject to change.]
Reports an Exception to the log file and/or user, exiting the game in the process.
[CallOnThread(ThreadName=""Loader"")]
[CallOnThread(ThreadName=""Updater"")]
[CallOnThread(ThreadName=""Render"")]
[CallOnThread(ThreadName=""Sound"")]
public
void ProcessReportError(
Exception error);
Parameters
-
error
- The Exception to report.
See Also
Game Class | ORTS.Processes Namespace