ParameterValueOutOfRangeException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ParameterValueOutOfRangeException class.
Overload List
Name | Description | |
---|---|---|
![]() |
ParameterValueOutOfRangeException() | Initializes a new instance of the ParameterValueOutOfRangeException class by using default values. |
![]() |
ParameterValueOutOfRangeException(String) | Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter. |
![]() |
ParameterValueOutOfRangeException(SerializationInfo, StreamingContext) | Initializes a new instance of the ParameterValueOutOfRangeException class when given information and context parameters. |
![]() |
ParameterValueOutOfRangeException(String, Exception) | Initializes a new instance of the ParameterValueOutOfRangeException class when given message and inner exception parameters. |
Top