DeletedRowInaccessibleException Konstruktory

Definice

Inicializuje novou instanci DeletedRowInaccessibleException třídy .

Přetížení

DeletedRowInaccessibleException()

Inicializuje novou instanci DeletedRowInaccessibleException třídy .

DeletedRowInaccessibleException(String)

Inicializuje novou instanci DeletedRowInaccessibleException třídy se zadaným řetězcem.

DeletedRowInaccessibleException(SerializationInfo, StreamingContext)
Zastaralé.

Inicializuje novou instanci DeletedRowInaccessibleException třídy serializace informace.

DeletedRowInaccessibleException(String, Exception)

Inicializuje novou instanci DeletedRowInaccessibleException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která je příčinou této výjimky.

DeletedRowInaccessibleException()

Zdroj:
DataException.cs
Zdroj:
DataException.cs
Zdroj:
DataException.cs

Inicializuje novou instanci DeletedRowInaccessibleException třídy .

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

Poznámky

RowState Pomocí třídy DataRow určete, zda byl řádek odstraněn.

Viz také

Platí pro

DeletedRowInaccessibleException(String)

Zdroj:
DataException.cs
Zdroj:
DataException.cs
Zdroj:
DataException.cs

Inicializuje novou instanci DeletedRowInaccessibleException třídy se zadaným řetězcem.

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

Parametry

s
String

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

Poznámky

RowState Pomocí třídy DataRow určete, zda byl řádek odstraněn.

Viz také

Platí pro

DeletedRowInaccessibleException(SerializationInfo, StreamingContext)

Zdroj:
DataException.cs
Zdroj:
DataException.cs
Zdroj:
DataException.cs

Upozornění

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Inicializuje novou instanci DeletedRowInaccessibleException třídy serializace informace.

protected:
 DeletedRowInaccessibleException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DeletedRowInaccessibleException (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 DeletedRowInaccessibleException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Data.DeletedRowInaccessibleException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.DeletedRowInaccessibleException
[<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.DeletedRowInaccessibleException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Data.DeletedRowInaccessibleException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Data, která jsou nutná k serializaci nebo deserializaci objektu.

context
StreamingContext

Popis zdroje a cíle zadaného serializovaného datového proudu.

Atributy

Viz také

Platí pro

DeletedRowInaccessibleException(String, Exception)

Zdroj:
DataException.cs
Zdroj:
DataException.cs
Zdroj:
DataException.cs

Inicializuje novou instanci DeletedRowInaccessibleException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která je příčinou této výjimky.

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

Parametry

message
String

Chybová zpráva, která vysvětluje důvod výjimky.

innerException
Exception

Výjimka, která je příčinou aktuální výjimky, nebo odkaz s hodnotou null (Nothing v jazyce Visual Basic), pokud není zadána žádná vnitřní výjimka.

Poznámky

RowState Pomocí třídy DataRow určete, zda byl řádek odstraněn.

Platí pro