Freigeben über


TypeNotMappedException-Klasse

The exception that is thrown when an event object contains a data type that the QueryableXEvent cannot translate.

Vererbungshierarchie

System.Object
  System.Exception
    Microsoft.SqlServer.XEvent.Linq.XEventException
      Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class TypeNotMappedException _
    Inherits XEventException
'Usage
Dim instance As TypeNotMappedException
[SerializableAttribute]
public class TypeNotMappedException : XEventException
[SerializableAttribute]
public ref class TypeNotMappedException : public XEventException
[<SerializableAttribute>]
type TypeNotMappedException =  
    class 
        inherit XEventException 
    end
public class TypeNotMappedException extends XEventException

Der TypeNotMappedException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TypeNotMappedException() Initializes a new instance of the TypeNotMappedException class with the default values.
Öffentliche Methode TypeNotMappedException(String) Initializes a new instance of the TypeNotMappedException class with a specified error message.
Geschützte Methode TypeNotMappedException(SerializationInfo, StreamingContext) Initializes a new instance of the TypeNotMappedException class with the specified serialization and context information.
Öffentliche Methode TypeNotMappedException(String, Exception) Initializes a new instance of the TypeNotMappedException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink (Geerbt von Exception.)
Öffentliche Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message (Geerbt von Exception.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData Sicherheitskritisch (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Ereignisse

  Name Beschreibung
Geschütztes Ereignis SerializeObjectState (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.XEvent.Linq-Namespace