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

    Class SystemException

    Represents errors that occur during application execution.

    Hierarchy (View Summary)

    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 SystemException

    Properties

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

    Methods