Share via


ParameterValueOutOfRangeException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ParameterValueOutOfRangeException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ParameterValueOutOfRangeException() Initializes a new instance of the ParameterValueOutOfRangeException class by using default values.
Public method ParameterValueOutOfRangeException(String) Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter.
Protected method ParameterValueOutOfRangeException(SerializationInfo, StreamingContext) Initializes a new instance of the ParameterValueOutOfRangeException class when given information and context parameters.
Public method ParameterValueOutOfRangeException(String, Exception) Initializes a new instance of the ParameterValueOutOfRangeException class when given message and inner exception parameters.

Top