Поделиться через


Класс XEventException

Base exception class for all XEventException classes.

Иерархия наследования

System.Object
  System.Exception
    Microsoft.SqlServer.Management.Common.SqlServerManagementException
      Microsoft.SqlServer.Management.XEvent.XEventException

Пространство имен:  Microsoft.SqlServer.Management.XEvent
Сборка:  Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class XEventException _
    Inherits SqlServerManagementException
'Применение
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

Тип XEventException обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод 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.

В начало

Свойства

  Имя Описание
Открытое свойство Data (Производный от Exception.)
Открытое свойство HelpLink Gets a link to the help web site for an XEventException object. (Переопределяет Exception.HelpLink.)
Открытое свойство HResult (Производный от Exception.)
Открытое свойство InnerException (Производный от Exception.)
Открытое свойство Message (Производный от Exception.)
Защищенное свойствоСтатический элемент ProdVer Gets the product version of an XEventException object.
Открытое свойство Source (Производный от Exception.)
Открытое свойство StackTrace (Производный от Exception.)
Открытое свойство TargetSite (Производный от Exception.)

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetBaseException (Производный от Exception.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetObjectData Важный элемент безопасности. (Производный от Exception.)
Открытый метод GetType (Производный от Exception.)
Защищенный метод Init Initializes the properties of an instance of the XEventException class.
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод SetHelpContext Sets help context for an instance of the XEventException class.
Открытый метод ToString (Производный от Exception.)

В начало

События

  Имя Описание
Защищенное событие SerializeObjectState (Производный от Exception.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.XEvent