RowNotInTableException Konstruktoren

Definition

Initialisiert eine neue Instanz der RowNotInTableException Klasse ohne Argumente.

Überlädt

Name Beschreibung
RowNotInTableException()

Initialisiert eine neue Instanz der RowNotInTableException-Klasse.

RowNotInTableException(String)

Initialisiert eine neue Instanz der RowNotInTableException Klasse mit der angegebenen Zeichenfolge.

RowNotInTableException(SerializationInfo, StreamingContext)
Veraltet.

Initialisiert eine neue Instanz der RowNotInTableException Klasse mit Serialisierungsinformationen.

RowNotInTableException(String, Exception)

Initialisiert eine neue Instanz der RowNotInTableException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

RowNotInTableException()

Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs

Initialisiert eine neue Instanz der RowNotInTableException-Klasse.

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

Gilt für:

RowNotInTableException(String)

Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs

Initialisiert eine neue Instanz der RowNotInTableException Klasse mit der angegebenen Zeichenfolge.

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

Parameter

s
String

Die Zeichenfolge, die angezeigt werden soll, wenn die Ausnahme ausgelöst wird.

Gilt für:

RowNotInTableException(SerializationInfo, StreamingContext)

Quelle:
DataException.cs
Quelle:
DataException.cs
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 RowNotInTableException Klasse mit Serialisierungsinformationen.

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);
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}")>]
new System.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
new System.Data.RowNotInTableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.RowNotInTableException
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:

RowNotInTableException(String, Exception)

Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs
Quelle:
DataException.cs

Initialisiert eine neue Instanz der RowNotInTableException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

public:
 RowNotInTableException(System::String ^ message, Exception ^ innerException);
public RowNotInTableException(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)

Parameter

message
String

Die Fehlermeldung, die den Grund für die Ausnahme erläutert.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein Nullverweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben wird.

Gilt für: