ArgumentNullException Class
The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [NamespaceAttribute] public class ArgumentNullException : ArgumentException, IBridgeClass
<ExternalAttribute> _ <NamespaceAttribute> _ Public Class ArgumentNullException _ Inherits ArgumentException _ Implements IBridgeClass
[ExternalAttribute] [NamespaceAttribute] public ref class ArgumentNullException : public ArgumentException, IBridgeClass
Inheritance Hierarchy
System..::..Exception
System..::..ArgumentException
System..::..ArgumentNullException