Classe XEventException
The exception that is thrown for the QueryableXEvent sources.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventEnumerationException
Microsoft.SqlServer.XEvent.Linq.EventFileInvalidException
Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Microsoft.SqlServer.XEvent.Linq.EventLocationException
Microsoft.SqlServer.XEvent.Linq.EventStreamException
Microsoft.SqlServer.XEvent.Linq.EventStreamVersionException
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 XEventException _
Inherits Exception
'Uso
Dim instance As XEventException
[SerializableAttribute]
public class XEventException : Exception
[SerializableAttribute]
public ref class XEventException : public Exception
[<SerializableAttribute>]
type XEventException =
class
inherit Exception
end
public class XEventException extends Exception
O tipo XEventException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
XEventException() | Initializes a new instance of the XEventException class with the default values. | |
XEventException(String) | Initializes a new instance of the XEventException class with a specified error message. | |
XEventException(SerializationInfo, StreamingContext) | Initializes a new instance of the XEventException class with the specified serialization and context information. | |
XEventException(String, Exception) | Initializes a new instance of the XEventException 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.