Classe EventLocationException
Represents an exception that is thrown when a location cannot be found.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventLocationException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class EventLocationException _
Inherits XEventException
'Uso
Dim instance As EventLocationException
[SerializableAttribute]
public class EventLocationException : XEventException
[SerializableAttribute]
public ref class EventLocationException : public XEventException
[<SerializableAttribute>]
type EventLocationException =
class
inherit XEventException
end
public class EventLocationException extends XEventException
O tipo EventLocationException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EventLocationException() | Initializes a new instance of the EventLocationException class using default values. | |
EventLocationException(String) | Initializes a new instance of the EventLocationException class with specified error message. | |
EventLocationException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventLocationException class with the specified serialization and context information. | |
EventLocationException(String, Exception) | Initializes a new instance of the EventLocationException class with specified error message and a reference to the inner exception that is the cause of the 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.