C# (CSharp) SDE.ApplicationConfiguration Namespace

Classes

Name Description
PathRequest Copied from GRF Editor This class is Used when requesting paths; it saves the latest automatically
SdeAppConfiguration Program's configuration (stored in config.txt)
SdeErrorHandler The primary error handler used throughout the application. It displays the exceptions with an error dialog and sends the information to the debugger dialog if necessary. Exceptions are ALWAYS dispalyed with this class. The priority order is as follow : - Top most window if it exists - Application's main window if it exists and is loaded - System.Windows.MessageBox's dialog window - If all the above fails, the exception is stored in crash.log or debug.log