Classe ParameterValueOutOfRangeException
The exception that is thrown if a value passed to a parameter is out of range for the data type of the parameter.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ParameterValueOutOfRangeException _
Inherits ReplicationAgentException
'Utilizzo
Dim instance As ParameterValueOutOfRangeException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ParameterValueOutOfRangeException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ParameterValueOutOfRangeException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ParameterValueOutOfRangeException =
class
inherit ReplicationAgentException
end
public class ParameterValueOutOfRangeException extends ReplicationAgentException
Nel tipo ParameterValueOutOfRangeException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
MessageCode | Gets the error code of the underlying error. Ereditato da ReplicationAgentException. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. Ereditato da ReplicationAgentException. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.