Sprache

TypeNotMappedException Konstruktoren

Definition

Initialisiert eine neue Instanz der TypeNotMappedException-Klasse.

Überlädt

Name Beschreibung
TypeNotMappedException()

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit den Standardwerten.

TypeNotMappedException(String)

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit einer angegebenen Fehlermeldung.

TypeNotMappedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit den angegebenen Serialisierungs- und Kontextinformationen.

TypeNotMappedException(String, Exception)

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

TypeNotMappedException()

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit den Standardwerten.

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

Gilt für:

TypeNotMappedException(String)

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit einer angegebenen Fehlermeldung.

public:
 TypeNotMappedException(System::String ^ message);
public TypeNotMappedException(string message);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : string -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Public Sub New (message As String)

Parameter

message
String

Die Fehlermeldung.

Gilt für:

TypeNotMappedException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit den angegebenen Serialisierungs- und Kontextinformationen.

protected:
 TypeNotMappedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected TypeNotMappedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die serialisierten Objektdaten.

context
StreamingContext

Die kontextbezogenen Informationen zur Quelle oder zum Ziel.

Gilt für:

TypeNotMappedException(String, Exception)

Initialisiert eine neue Instanz der TypeNotMappedException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

public:
 TypeNotMappedException(System::String ^ message, Exception ^ inner);
public TypeNotMappedException(string message, Exception inner);
new Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException : string * Exception -> Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Public Sub New (message As String, inner As Exception)

Parameter

message
String

Die Fehlermeldung.

inner
Exception

Die innere Ausnahme.

Gilt für: