ParameterValueOutOfRangeException Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exception levée si une valeur transmise à un paramètre est hors limites pour le type de données du paramètre.
public ref class ParameterValueOutOfRangeException : Microsoft::SqlServer::Replication::ReplicationAgentException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class ParameterValueOutOfRangeException : Microsoft.SqlServer.Replication.ReplicationAgentException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ParameterValueOutOfRangeException = class
inherit ReplicationAgentException
Public Class ParameterValueOutOfRangeException
Inherits ReplicationAgentException
- Héritage
- Attributs
Constructeurs
ParameterValueOutOfRangeException() |
Initialise une nouvelle instance de la classe à l’aide ParameterValueOutOfRangeException des valeurs par défaut. |
ParameterValueOutOfRangeException(SerializationInfo, StreamingContext) |
Initialise une nouvelle instance de la classe ParameterValueOutOfRangeException lorsque des informations et des paramètres de contexte sont donnés. |
ParameterValueOutOfRangeException(String) |
Initialise une nouvelle instance de la classe ParameterValueOutOfRangeException lorsqu'un paramètre de message est donné. |
ParameterValueOutOfRangeException(String, Exception) |
Initialise une nouvelle instance de la classe ParameterValueOutOfRangeException lorsqu'un message et des paramètres d'exception internes sont donnés. |
Propriétés
MessageCode |
Obtient le code d'erreur de l'erreur sous-jacente. (Hérité de ReplicationAgentException) |
Méthodes
GetObjectData(SerializationInfo, StreamingContext) |
Définit l'objet SerializationInfo spécifié avec les informations relatives à l'exception. (Hérité de ReplicationAgentException) |