Represents errors that occur during application execution.

Hierarchy

Constructors

  • Initializes a new instance of the Exception class with a specified error message and optionally a reference to the inner exception that is the cause of this exception.

    Parameters

    • message: string = ''
    • Optional innerException: unknown

    Returns NullReferenceException

Properties

innerException?: unknown
message: string = ''
name: string
stack: string

Methods

Generated using TypeDoc