Classe TypeNotMappedException
The exception that is thrown when an event object contains a data type that the QueryableXEvent cannot translate.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class TypeNotMappedException _
Inherits XEventException
'Utilisation
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
Le type TypeNotMappedException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
TypeNotMappedException() | Initializes a new instance of the TypeNotMappedException class with the default values. |
![]() |
TypeNotMappedException(String) | Initializes a new instance of the TypeNotMappedException class with a specified error message. |
![]() |
TypeNotMappedException(SerializationInfo, StreamingContext) | Initializes a new instance of the TypeNotMappedException class with the specified serialization and context information. |
![]() |
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
Data | (hérité de Exception.) |
![]() |
HelpLink | (hérité de Exception.) |
![]() |
HResult | (hérité de Exception.) |
![]() |
InnerException | (hérité de Exception.) |
![]() |
Message | (hérité de Exception.) |
![]() |
Source | (hérité de Exception.) |
![]() |
StackTrace | (hérité de Exception.) |
![]() |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetBaseException | (hérité de Exception.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetObjectData | Informations critiques de sécurité. (hérité de Exception.) |
![]() |
GetType | (hérité de Exception.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
![]() |
SerializeObjectState | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.