August 2003
Intermediate to advanced
928 pages
32h 1m
English
ArgumentOutOfRangeException
This exception is a subclass
of
ArgumentException and indicates that a method
received an out-of-range parameter value.
public class ArgumentOutOfRangeException : ArgumentException { // Public Constructors public ArgumentOutOfRangeException( ); public ArgumentOutOfRangeException(stringparamName); public ArgumentOutOfRangeException(stringparamName, objectactualValue, stringmessage); public ArgumentOutOfRangeException(stringparamName, stringmessage); // Protected Constructors protected ArgumentOutOfRangeException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Properties public virtual object ActualValue{get; } public override string Message{get; } // overrides ArgumentException // Public Instance Methods public override void GetObjectData(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // overrides ArgumentException }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ArgumentException
→
ArgumentOutOfRangeException