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.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.ParameterValueOutOfRangeException
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ParameterValueOutOfRangeException _
Inherits ReplicationAgentException
'Utilisation
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
Le type ParameterValueOutOfRangeException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
HelpLink | (hérité de Exception.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | (hérité de Exception.) |
![]() |
MessageCode | Gets the error code of the underlying error. (hérité de ReplicationAgentException.) |
![]() |
Source | (hérité de Exception.) |
![]() |
StackTrace | (hérité de Exception.) |
![]() |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetBaseException | (hérité de Exception.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (hérité de ReplicationAgentException.) |
![]() |
GetType | (hérité de Exception.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
SerializeObjectState | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.