@tsdotnet/exceptions - v1.2.5
    Preparing search index...

    Class Exception

    Represents errors that occur during application execution.

    Hierarchy (View Summary)

    Implements

    • Error
    Index

    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 = ''
      • OptionalinnerException: unknown

      Returns Exception

    Properties

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

    Methods

    • A string representation of the error type.

      Returns string

    • The string representation of the Exception instance.

      Returns string