/ fm / liveswitch / Unhandled
Class: Unhandled
fm.liveswitch.Unhandled
Throws exceptions on a separate thread.
Table of contents
Constructors
Methods
Constructors
constructor
+ new Unhandled(): Unhandled
Returns: Unhandled
Defined in: Generated/TypeScript/fm.liveswitch/Unhandled.ts:11
Methods
getTypeString
▸ getTypeString(): string
Returns: string
Defined in: Generated/TypeScript/fm.liveswitch/Unhandled.ts:9
logException
▸ Static
logException(ex
: Exception, source
: string): void
Logs an unhandled exception.
Parameters:
Name | Type | Description |
---|---|---|
ex |
Exception | The exception to throw. |
source |
string | The source of the exception. |
Returns: void
Defined in: Generated/TypeScript/fm.liveswitch/Unhandled.ts:30