Class Unhandled
Throws exceptions on a separate thread.
Inheritance
System.Object
Unhandled
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class Unhandled : object
Methods
LogException(Exception, String)
Logs an unhandled exception.
Declaration
public static void LogException(Exception ex, string source)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | The exception to throw. |
System.String | source | The source of the exception. |