Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NotInDomainError

Raised when the arguments to a mathematic function are not in the domain of the function (undefined).

Hierarchy

  • Error
    • NotInDomainError

Index

Constructors

Properties

Constructors

constructor

  • Initializes a new instance of the NotInDomainError class.

    Returns NotInDomainError

  • Initializes a new instance of the NotInDomainError class with a specified error message.

    Parameters

    • message: string

      The error message that explains the reason for the exception.

    Returns NotInDomainError

Properties

Static Error

Error: ErrorConstructor

Static message

message: string

Static name

name: string

Static Optional stack

stack: string