Compartir a través de


XEventException Constructor

Initializes a new instance of the XEventException class.

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public Sub New
'Uso
Dim instance As New XEventException()
public XEventException()
public:
XEventException()
new : unit -> XEventException
public function XEventException()

Comentarios

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

nulles una referencia NULL (Nothing en Visual Basic)..

Message

The localized error message string.

Vea también

Referencia

XEventException Clase

Sobrecarga de XEventException

Espacio de nombres Microsoft.SqlServer.Management.XEvent

Otros recursos

Handling and Throwing Exceptions