Classe TypeNotMappedException
The exception that is thrown when an event object contains a data type that the QueryableXEvent cannot translate.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class TypeNotMappedException _
Inherits XEventException
'Uso
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
O tipo TypeNotMappedException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.