ParameterValueOutOfRangeException Miembros
The exception that is thrown if a value passed to a parameter is out of range for the data type of the parameter.
El tipo ParameterValueOutOfRangeException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetBaseException | (Se hereda de Exception). | |
GetHashCode | (Se hereda de Object). | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Se hereda de ReplicationAgentException). | |
GetType | (Se hereda de Exception). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Exception). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
HelpLink | (Se hereda de Exception). | |
HResult | (Se hereda de Exception). | |
InnerException | (Se hereda de Exception). | |
Message | (Se hereda de Exception). | |
MessageCode | Gets the error code of the underlying error. (Se hereda de ReplicationAgentException). | |
Source | (Se hereda de Exception). | |
StackTrace | (Se hereda de Exception). | |
TargetSite | (Se hereda de Exception). |
Principio
Vea también