Constructors
-
Argument
Out Initializes a new instance of the ArgumentOutOfRangeException class.Of Range Exception() -
Argument
Out Initializes a new instance of the ArgumentOutOfRangeException class with serialized data.Of Range Exception(Serialization Info, Streaming Context) -
Argument
Out Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception.Of Range Exception(String) -
Argument
Out Initializes a new instance of the ArgumentOutOfRangeException class with a specified error message and the exception that is the cause of this exception.Of Range Exception(String, Exception) -
Argument
Out Initializes a new instance of the ArgumentOutOfRangeException class with the parameter name, the value of the argument, and a specified error message.Of Range Exception(String, Object, String) -
Argument
Out Initializes a new instance of the ArgumentOutOfRangeException class with the name of the parameter that causes this exception and a specified error message.Of Range Exception(String, String)
Methods
-
Get
Object Sets the SerializationInfo object with the invalid argument value and additional exception information.Data(Serialization Info, Streaming Context)
Properties
-
Actual
Value Gets the argument value that causes this exception. - Message Gets the error message and the string representation of the invalid argument value, or only the error message if the argument value is null.