RowNotInTableException Constructeurs
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.
Initialise une nouvelle instance de la RowNotInTableException classe sans arguments.
Surcharges
| Nom | Description |
|---|---|
| RowNotInTableException() |
Initialise une nouvelle instance de la classe RowNotInTableException. |
| RowNotInTableException(String) |
Initialise une nouvelle instance de la RowNotInTableException classe avec la chaîne spécifiée. |
| RowNotInTableException(SerializationInfo, StreamingContext) |
Initialise une nouvelle instance de la RowNotInTableException classe avec des informations de sérialisation. |
| RowNotInTableException(String, Exception) |
Initialise une nouvelle instance de la RowNotInTableException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception. |
RowNotInTableException()
Initialise une nouvelle instance de la classe RowNotInTableException.
public:
RowNotInTableException();
public RowNotInTableException();
Public Sub New ()
S’applique à
RowNotInTableException(String)
Initialise une nouvelle instance de la RowNotInTableException classe avec la chaîne spécifiée.
public:
RowNotInTableException(System::String ^ s);
public RowNotInTableException(string s);
new System.Data.RowNotInTableException : string -> System.Data.RowNotInTableException
Public Sub New (s As String)
Paramètres
- s
- String
Chaîne à afficher lorsque l’exception est levée.
S’applique à
RowNotInTableException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la RowNotInTableException classe avec des informations de sérialisation.
protected:
RowNotInTableException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RowNotInTableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Données requises pour sérialiser ou désérialiser un objet.
- context
- StreamingContext
Description de la source et de la destination du flux sérialisé spécifié.
Voir aussi
S’applique à
RowNotInTableException(String, Exception)
Initialise une nouvelle instance de la RowNotInTableException classe avec un message d’erreur spécifié et une référence à l’exception interne qui est la cause de cette exception.
public:
RowNotInTableException(System::String ^ message, Exception ^ innerException);
public RowNotInTableException(string message, Exception innerException);
new System.Data.RowNotInTableException : string * Exception -> System.Data.RowNotInTableException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’erreur qui explique la raison de l’exception.
- innerException
- Exception
Exception qui est la cause de l’exception actuelle ou une référence Null (Nothing en Visual Basic) si aucune exception interne n’est spécifiée.