InRowChangingEventException Constructeurs

Définition

Initialise une nouvelle instance de la classe InRowChangingEventException.

Surcharges

InRowChangingEventException()

Initialise une nouvelle instance de la classe InRowChangingEventException.

InRowChangingEventException(String)

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

InRowChangingEventException(SerializationInfo, StreamingContext)
Obsolète.

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

InRowChangingEventException(String, Exception)

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

InRowChangingEventException()

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

Initialise une nouvelle instance de la classe InRowChangingEventException.

public:
 InRowChangingEventException();
public InRowChangingEventException ();
Public Sub New ()

S’applique à

InRowChangingEventException(String)

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

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

public:
 InRowChangingEventException(System::String ^ s);
public InRowChangingEventException (string? s);
public InRowChangingEventException (string s);
new System.Data.InRowChangingEventException : string -> System.Data.InRowChangingEventException
Public Sub New (s As String)

Paramètres

s
String

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

S’applique à

InRowChangingEventException(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 InRowChangingEventException avec les informations de sérialisation.

protected:
 InRowChangingEventException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InRowChangingEventException (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 InRowChangingEventException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.InRowChangingEventException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.InRowChangingEventException
[<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}")>]
new System.Data.InRowChangingEventException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.InRowChangingEventException
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é.

Attributs

Voir aussi

S’applique à

InRowChangingEventException(String, Exception)

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

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

public:
 InRowChangingEventException(System::String ^ message, Exception ^ innerException);
public InRowChangingEventException (string? message, Exception? innerException);
public InRowChangingEventException (string message, Exception innerException);
new System.Data.InRowChangingEventException : string * Exception -> System.Data.InRowChangingEventException
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 à 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 à