Creates 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.
The name of the argument that caused the error.
An inner error which the current error wraps.
A human-readable description of the error.
A name for the type of error.
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
An error that is thrown when an
undefinedornullargument is passed to a method that does not accept it as a valid argument.See: https://msdn.microsoft.com/library/system.argumentnullexception.aspx