Partager via


Constructeur XEventException (String)

Initializes a new instance of the XEventException class with a specified error message.

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

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String 

Dim instance As New XEventException(message)
public XEventException(
    string message
)
public:
XEventException(
    String^ message
)
new : 
        message:string -> XEventException
public function XEventException(
    message : String
)

Paramètres

Voir aussi

Référence

XEventException Classe

Surcharge XEventException

Espace de noms Microsoft.SqlServer.XEvent.Linq