InRowChangingEventException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der InRowChangingEventException Klasse.
Überlädt
InRowChangingEventException() |
Initialisiert eine neue Instanz der InRowChangingEventException Klasse. |
InRowChangingEventException(String) |
Initialisiert eine neue Instanz der InRowChangingEventException Klasse mit der angegebenen Zeichenfolge. |
InRowChangingEventException(SerializationInfo, StreamingContext) |
Veraltet.
Initialisiert eine neue Instanz der InRowChangingEventException Klasse mit Serialisierungsinformationen. |
InRowChangingEventException(String, Exception) |
Initialisiert eine neue Instanz der InRowChangingEventException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist. |
InRowChangingEventException()
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
Initialisiert eine neue Instanz der InRowChangingEventException Klasse.
public:
InRowChangingEventException();
public InRowChangingEventException ();
Public Sub New ()
Gilt für:
InRowChangingEventException(String)
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
Initialisiert eine neue Instanz der InRowChangingEventException Klasse mit der angegebenen Zeichenfolge.
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)
Parameter
- s
- String
Die Zeichenfolge, die angezeigt werden soll, wenn die Ausnahme ausgelöst wird.
Gilt für:
InRowChangingEventException(SerializationInfo, StreamingContext)
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
Achtung
This API supports obsolete formatter-based serialization. It should not be called or extended by application code.
Initialisiert eine neue Instanz der InRowChangingEventException Klasse mit Serialisierungsinformationen.
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)
Parameter
- info
- SerializationInfo
Die Daten, die zum Serialisieren oder Deserialisieren eines Objekts erforderlich sind.
- context
- StreamingContext
Beschreibung der Quelle und des Ziels des angegebenen serialisierten Datenstroms.
- Attribute
Weitere Informationen
Gilt für:
InRowChangingEventException(String, Exception)
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
- Quelle:
- DataException.cs
Initialisiert eine neue Instanz der InRowChangingEventException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.
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)
Parameter
- message
- String
Die Fehlermeldung, die den Grund für die Ausnahme erklärt.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein Nullverweis (Nothing
in Visual Basic), wenn keine innere Ausnahme angegeben wird.