Share via


TypeNotMappedException Klasse

Definition

Die Ausnahme, die ausgelöst wird, wenn ein Ereignisobjekt einen Datentyp enthält, der von QueryableXEvent nicht übersetzt werden kann.

public ref class TypeNotMappedException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class TypeNotMappedException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type TypeNotMappedException = class
    inherit XEventException
Public Class TypeNotMappedException
Inherits XEventException
Vererbung
TypeNotMappedException
Attribute

Konstruktoren

TypeNotMappedException()

Initialisiert eine neue Instanz der TypeNotMappedException-Klasse mit den Standardwerten.

TypeNotMappedException(SerializationInfo, StreamingContext)

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

TypeNotMappedException(String)

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

TypeNotMappedException(String, Exception)

Initialisiert eine neue Instanz der TypeNotMappedException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die diese Ausnahme ausgelöst hat.

Gilt für: