Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnhandledExceptionArgs

Arguments for an unhandled exception.

Hierarchy

  • UnhandledExceptionArgs

Index

Constructors

constructor

  • Initializes a new instance of the fm.icelink.unhandledExceptionArgs class.

    Parameters

    • exception: Exception

      The exception.

    Returns UnhandledExceptionArgs

Properties

Private __exception

__exception: Exception
internal

Private _handled

_handled: boolean
internal

Methods

getException

  • getException(): Exception
  • Gets the unhandled exception.

    Returns Exception

getHandled

  • getHandled(): boolean
  • Gets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.

    Returns boolean

getTypeString

  • getTypeString(): string
  • Returns string

setHandled

  • setHandled(value: boolean): void
  • Sets whether the exception has been appropriately handled. If set to true, then the exception will not be thrown.

    Parameters

    • value: boolean

    Returns void