Compartir a través de


XEventException Constructor (String)

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

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

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

XEventException Clase

Sobrecarga de XEventException

Espacio de nombres Microsoft.SqlServer.XEvent.Linq