RowNotInTableException Constructeurs

Définition

Initialise une nouvelle instance de la classe RowNotInTableException sans argument.

Surcharges

RowNotInTableException()

Initialise une nouvelle instance de la classe RowNotInTableException.

RowNotInTableException(String)

Initialise une nouvelle instance de la classe RowNotInTableException avec la chaîne spécifiée.

RowNotInTableException(SerializationInfo, StreamingContext)
Obsolète.

Initialise une nouvelle instance de la classe RowNotInTableException avec les informations de sérialisation.

RowNotInTableException(String, Exception)

Initialise une nouvelle instance de la classe RowNotInTableException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

RowNotInTableException()

Source:
DataException.cs
Source:
DataException.cs
Source:
DataException.cs

Initialise une nouvelle instance de la classe RowNotInTableException.

public RowNotInTableException ();

S’applique à

RowNotInTableException(String)

Source:
DataException.cs
Source:
DataException.cs
Source:
DataException.cs

Initialise une nouvelle instance de la classe RowNotInTableException avec la chaîne spécifiée.

public RowNotInTableException (string? s);
public RowNotInTableException (string s);

Paramètres

s
String

Chaîne à afficher lorsque l'exception est levée.

S’applique à

RowNotInTableException(SerializationInfo, StreamingContext)

Source:
DataException.cs
Source:
DataException.cs
Source:
DataException.cs

Attention

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Initialise une nouvelle instance de la classe RowNotInTableException avec les informations de sérialisation.

protected RowNotInTableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
protected RowNotInTableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

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é.

Attributs

Voir aussi

S’applique à

RowNotInTableException(String, Exception)

Source:
DataException.cs
Source:
DataException.cs
Source:
DataException.cs

Initialise une nouvelle instance de la classe RowNotInTableException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

public RowNotInTableException (string? message, Exception? innerException);
public RowNotInTableException (string message, Exception innerException);

Paramètres

message
String

Message d'erreur qui explique la raison de l'exception.

innerException
Exception

Exception à l'origine de l'exception actuelle, ou une référence null (Nothing en Visual Basic) si aucune exception interne n'est spécifiée.

S’applique à