ErrorHandling Type
To set up global AppDomain.CurrentDomain.UnhandledException.Handler. A class to provide an Error Handler that can catch corrupted state or access violation errors from FSI threads too.
Constructors
| Constructor | Description | 
| 
                
              
                  Full Usage: 
                   ErrorHandling(applicationName, appendText, writeErrorFile)Parameters: 
 stringappendText : unit -> stringwriteErrorFile : string -> boolReturns: ErrorHandling | 
 
 | 
Instance members
| Instance member | Description | 
| 
                
              
                  Full Usage: 
                   this.Setup | Sets up global AppDomain.CurrentDomain.UnhandledException.Handler (applicationName) for name to be displayed (appendText:unit->string) to get additional text to add to the error message Exception get printed to the text writer at Console.SetError UnhandledException that cant be caught create a log file on the desktop | 
 Fittings
            Fittings