RowNotInTableException Konstruktoren

Definition

Initialisiert eine neue Instanz der RowNotInTableException-Klasse ohne Argumente.

Überlädt

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 diese Ausnahme ausgelöst hat.

RowNotInTableException()

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

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 beim Auslösen der Ausnahme angezeigt werden soll.

Gilt für:

RowNotInTableException(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 RowNotInTableException-Klasse mit Serialisierungsinformationen.

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}")]
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
[<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
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die zum Serialisieren bzw. Deserialisieren eines Objekts benötigten Daten.

context
StreamingContext

Beschreibung der Quelle und des Ziels des angegebenen serialisierten Streams.

Attribute

Weitere Informationen

Gilt für:

RowNotInTableException(String, Exception)

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 diese Ausnahme ausgelöst hat.

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, in der die Ursache der Ausnahme erklärt wird.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat, oder ein Nullverweis (Nothing in Visual Basic), wenn keine innere Ausnahme angegeben ist.

Gilt für: