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


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

Initializes a new instance of the XEventException class.

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

Синтаксис

'Декларация
Public Sub New
'Применение
Dim instance As New XEventException()
public XEventException()
public:
XEventException()
new : unit -> XEventException
public function XEventException()

Замечания

This constructor initializes the Message property of the new instance to a system-supplied message that describes the error, which the designer must supply. This message takes into account the current system culture.

The following table shows the initial property values for an instance of InsufficientMemoryException.

Property

Value

InnerException

nullпустая ссылка (Nothing в Visual Basic).

Message

The localized error message string.

См. также

Справочник

XEventException Класс

Перегрузка XEventException

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

Другие ресурсы

Handling and Throwing Exceptions