March 2002
Intermediate to advanced
864 pages
31h 8m
English
ArgumentNullException
This exception is a subclass of
ArgumentException and indicates that a null
parameter value was received by a method that does not accept
nulls.
public class ArgumentNullException : ArgumentException { // Public Constructors public method ArgumentNullException(); public method ArgumentNullException(string paramName); public method ArgumentNullException(string paramName, string message); // Protected Constructors protected method ArgumentNullException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→ArgumentException→ArgumentNullException