Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArgumentNullError

An error that is thrown when an undefined or null argument is passed to a method that does not accept it as a valid argument.

See: https://msdn.microsoft.com/library/system.argumentnullexception.aspx

Hierarchy

Implements

  • Error

Index

Constructors

Properties

Constructors

constructor

Properties

innerError

innerError: Error

An inner error which the current error wraps.

message

message: string

A human-readable description of the error.

name

name: string

A name for the type of error.

stack

stack: string

The non-standard stack property of Error objects offer a trace of which functions were called, in what order, from which line and file, and with what arguments.

Generated using TypeDoc