Partager via


Constructeur EventStreamException (String)

Initializes a new instance of the EventStreamException 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 EventStreamException(message)
public EventStreamException(
    string message
)
public:
EventStreamException(
    String^ message
)
new : 
        message:string -> EventStreamException
public function EventStreamException(
    message : String
)

Paramètres

Voir aussi

Référence

EventStreamException Classe

Surcharge EventStreamException

Espace de noms Microsoft.SqlServer.XEvent.Linq