Classe TypeNotMappedException
The exception that is thrown when an event object contains a data type that the QueryableXEvent cannot translate.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.TypeNotMappedException
Spazio dei nomi Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class TypeNotMappedException _
Inherits XEventException
'Utilizzo
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
Nel tipo TypeNotMappedException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Criticità per la sicurezza. Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.