Sdílet prostřednictvím


SqlAlreadyFilledException Konstruktory

Definice

Inicializuje novou instanci SqlAlreadyFilledException třídy.

Přetížení

SqlAlreadyFilledException()

Inicializuje novou instanci SqlAlreadyFilledException třídy.

SqlAlreadyFilledException(String)

Inicializuje novou instanci SqlAlreadyFilledException třídy.

SqlAlreadyFilledException(String, Exception)

Inicializuje novou instanci SqlAlreadyFilledException třídy.

Poznámky

Třída SqlAlreadyFilledException není určena k použití jako samostatná komponenta, ale jako třída, ze které ostatní třídy odvozují standardní funkce.

SqlAlreadyFilledException()

Zdroj:
SQLUtility.cs
Zdroj:
SQLUtility.cs
Zdroj:
SQLUtility.cs

Inicializuje novou instanci SqlAlreadyFilledException třídy.

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

Poznámky

Třída SqlAlreadyFilledException není určena k použití jako samostatná komponenta, ale jako třída, ze které ostatní třídy odvozují standardní funkce.

Platí pro

SqlAlreadyFilledException(String)

Zdroj:
SQLUtility.cs
Zdroj:
SQLUtility.cs
Zdroj:
SQLUtility.cs

Inicializuje novou instanci SqlAlreadyFilledException třídy.

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

Parametry

message
String

Řetězec, který se má zobrazit při vyvolání výjimky.

Poznámky

Třída SqlAlreadyFilledException není určena k použití jako samostatná komponenta, ale jako třída, ze které ostatní třídy odvozují standardní funkce.

Platí pro

SqlAlreadyFilledException(String, Exception)

Zdroj:
SQLUtility.cs
Zdroj:
SQLUtility.cs
Zdroj:
SQLUtility.cs

Inicializuje novou instanci SqlAlreadyFilledException třídy.

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

Parametry

message
String

Řetězec, který se má zobrazit při vyvolání výjimky.

e
Exception

Odkaz na vnitřní výjimku.

Poznámky

Třída SqlAlreadyFilledException není určena k použití jako samostatná komponenta, ale jako třída, ze které ostatní třídy odvozují standardní funkce.

Platí pro