Classe XEventException
Base exception class for all XEventException classes.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.XEvent.XEventException
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class XEventException _
Inherits SqlServerManagementException
'Uso
Dim instance As XEventException
[SerializableAttribute]
public class XEventException : SqlServerManagementException
[SerializableAttribute]
public ref class XEventException : public SqlServerManagementException
[<SerializableAttribute>]
type XEventException =
class
inherit SqlServerManagementException
end
public class XEventException extends SqlServerManagementException
O tipo XEventException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
XEventException() | Initializes a new instance of the XEventException class. | |
XEventException(String) | Initializes a new instance of the XEventException class with a specified message that describes the error. | |
XEventException(SerializationInfo, StreamingContext) | Initializes a new instance of the XEventException class with serialized data. | |
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 | Gets a link to the help web site for an XEventException object. (Substitui Exception.HelpLink.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
ProdVer | Gets the product version of an XEventException object. | |
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.) | |
Init | Initializes the properties of an instance of the XEventException class. | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets help context for an instance of the XEventException class. | |
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.