Header menu logo Fittings

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

ErrorHandling(applicationName, appendText, writeErrorFile)

Full Usage: ErrorHandling(applicationName, appendText, writeErrorFile)

Parameters:
    applicationName : string
    appendText : unit -> string
    writeErrorFile : string -> bool

Returns: ErrorHandling
applicationName : string
appendText : unit -> string
writeErrorFile : string -> bool
Returns: ErrorHandling

Instance members

Instance member Description

this.Setup

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

Type something to start searching.