Costruttore XEventException

Initializes a new instance of the XEventException class.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public Sub New
'Utilizzo
Dim instance As New XEventException()
public XEventException()
public:
XEventException()
new : unit -> XEventException
public function XEventException()

Osservazioni

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

nullriferimento Null (Nothing in Visual Basic)..

Message

The localized error message string.

Vedere anche

Riferimento

XEventException Classe

Overload XEventException

Spazio dei nomi Microsoft.SqlServer.Management.XEvent

Altre risorse

Handling and Throwing Exceptions