Compartir a través de


ParameterValueOutOfRangeException Constructor

Initializes a new instance of the ParameterValueOutOfRangeException class.

Lista de sobrecargas

  Nombre Descripción
Método publico ParameterValueOutOfRangeException() () () () Initializes a new instance of the ParameterValueOutOfRangeException class by using default values.
Método publico ParameterValueOutOfRangeException(String) Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter.
Método protegido ParameterValueOutOfRangeException(SerializationInfo, StreamingContext) Initializes a new instance of the ParameterValueOutOfRangeException class when given information and context parameters.
Método publico ParameterValueOutOfRangeException(String, Exception) Initializes a new instance of the ParameterValueOutOfRangeException class when given message and inner exception parameters.

Principio