Membros ParameterValueOutOfRangeException
The exception that is thrown if a value passed to a parameter is out of range for the data type of the parameter.
O tipo ParameterValueOutOfRangeException expõe os seguintes membros.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Herdado de ReplicationAgentException.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
MessageCode | Gets the error code of the underlying error. (Herdado de ReplicationAgentException.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Consulte também