Delen via


ParameterValueOutOfRangeException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ParameterValueOutOfRangeException class.

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