RowNotInTableException Constructors

Definitie

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse zonder argumenten.

Overloads

Name Description
RowNotInTableException()

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse.

RowNotInTableException(String)

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse met de opgegeven tekenreeks.

RowNotInTableException(SerializationInfo, StreamingContext)
Verouderd.

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse met serialisatie-informatie.

RowNotInTableException(String, Exception)

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse met een opgegeven foutbericht en een verwijzing naar de binnenste uitzondering die de oorzaak van deze uitzondering is.

RowNotInTableException()

Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse.

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

Van toepassing op

RowNotInTableException(String)

Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse met de opgegeven tekenreeks.

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)

Parameters

s
String

De tekenreeks die moet worden weergegeven wanneer de uitzondering wordt gegenereerd.

Van toepassing op

RowNotInTableException(SerializationInfo, StreamingContext)

Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs

Let op

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

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse met serialisatie-informatie.

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)

Parameters

info
SerializationInfo

De gegevens die nodig zijn om een object te serialiseren of deserialiseren.

context
StreamingContext

Beschrijving van de bron en het doel van de opgegeven geserialiseerde stream.

Kenmerken

Zie ook

Van toepassing op

RowNotInTableException(String, Exception)

Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs
Bron:
DataException.cs

Initialiseert een nieuw exemplaar van de RowNotInTableException klasse met een opgegeven foutbericht en een verwijzing naar de binnenste uitzondering die de oorzaak van deze uitzondering is.

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)

Parameters

message
String

In het foutbericht wordt de reden voor de uitzondering uitgelegd.

innerException
Exception

De uitzondering die de oorzaak is van de huidige uitzondering of een null-verwijzing (Nothing in Visual Basic) als er geen interne uitzondering is opgegeven.

Van toepassing op