Constructeur XEventException

Initializes a new instance of the XEventException class.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
Public Sub New
'Utilisation
Dim instance As New XEventException()
public XEventException()
public:
XEventException()
new : unit -> XEventException
public function XEventException()

Notes

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

nullune référence Null (Nothing dans Visual Basic).

Message

The localized error message string.

Voir aussi

Référence

XEventException Classe

Surcharge XEventException

Espace de noms Microsoft.SqlServer.Management.XEvent

Autres ressources

Handling and Throwing Exceptions