August 2003
Intermediate to advanced
928 pages
32h 1m
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 ArgumentNullException( ); public ArgumentNullException(stringparamName); public ArgumentNullException(stringparamName, stringmessage); // Protected Constructors protected ArgumentNullException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ArgumentException
→
ArgumentNullException