SqlNotFilledException Konstruktoren

Definition

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

Überlädt

Name Beschreibung
SqlNotFilledException()

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

SqlNotFilledException(String)

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

SqlNotFilledException(String, Exception)

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

Hinweise

Die SqlNotFilledException Klasse ist nicht für die Verwendung als eigenständige Komponente vorgesehen, sondern als Klasse, von der andere Klassen Standardfunktionen ableiten.

SqlNotFilledException()

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

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

Hinweise

Die SqlNotFilledException Klasse ist nicht für die Verwendung als eigenständige Komponente vorgesehen, sondern als Klasse, von der andere Klassen Standardfunktionen ableiten.

Gilt für:

SqlNotFilledException(String)

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

public:
 SqlNotFilledException(System::String ^ message);
public SqlNotFilledException(string message);
new System.Data.SqlTypes.SqlNotFilledException : string -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String)

Parameter

message
String

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

Hinweise

Die SqlNotFilledException Klasse ist nicht für die Verwendung als eigenständige Komponente vorgesehen, sondern als Klasse, von der andere Klassen Standardfunktionen ableiten.

Gilt für:

SqlNotFilledException(String, Exception)

Initialisiert eine neue Instanz der SqlNotFilledException-Klasse.

public:
 SqlNotFilledException(System::String ^ message, Exception ^ e);
public SqlNotFilledException(string message, Exception e);
new System.Data.SqlTypes.SqlNotFilledException : string * Exception -> System.Data.SqlTypes.SqlNotFilledException
Public Sub New (message As String, e As Exception)

Parameter

message
String

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

e
Exception

Ein Verweis auf eine innere Ausnahme.

Hinweise

Die SqlNotFilledException Klasse ist nicht für die Verwendung als eigenständige Komponente vorgesehen, sondern als Klasse, von der andere Klassen Standardfunktionen ableiten.

Gilt für: