Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Unhandled

Throws exceptions on a separate thread.

Hierarchy

  • Unhandled

Index

Constructors

Methods

Constructors

constructor

  • Returns Unhandled

Methods

getTypeString

  • getTypeString(): string
  • Returns string

Static logException

  • logException(ex: Exception, source: string): void
  • Logs an unhandled exception.

    Parameters

    • ex: Exception

      The exception to throw.

    • source: string

      The source of the exception.

    Returns void