RowNotInTableException Konstruktory

Definicja

Inicjuje RowNotInTableException nowe wystąpienie klasy bez argumentów.

Przeciążenia

Nazwa Opis
RowNotInTableException()

Inicjuje nowe wystąpienie klasy RowNotInTableException.

RowNotInTableException(String)

Inicjuje nowe wystąpienie RowNotInTableException klasy przy użyciu określonego ciągu.

RowNotInTableException(SerializationInfo, StreamingContext)
Przestarzałe.

Inicjuje RowNotInTableException nowe wystąpienie klasy z informacjami o serializacji.

RowNotInTableException(String, Exception)

Inicjuje nowe wystąpienie RowNotInTableException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

RowNotInTableException()

Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs

Inicjuje nowe wystąpienie klasy RowNotInTableException.

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

Dotyczy

RowNotInTableException(String)

Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs

Inicjuje nowe wystąpienie RowNotInTableException klasy przy użyciu określonego ciągu.

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)

Parametry

s
String

Ciąg do wyświetlenia po wystąpieniu wyjątku.

Dotyczy

RowNotInTableException(SerializationInfo, StreamingContext)

Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs

Uwaga

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

Inicjuje RowNotInTableException nowe wystąpienie klasy z informacjami o serializacji.

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)

Parametry

info
SerializationInfo

Dane wymagane do serializacji lub deserializacji obiektu.

context
StreamingContext

Opis źródła i miejsca docelowego określonego serializowanego strumienia.

Atrybuty

Zobacz też

Dotyczy

RowNotInTableException(String, Exception)

Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs
Źródło:
DataException.cs

Inicjuje nowe wystąpienie RowNotInTableException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

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)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub odwołanie o wartości null (Nothing w Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Dotyczy