Construtor XEventException (String)
Initializes a new instance of the XEventException class with a specified error message.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxe
'Declaração
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
- message
Tipo: System.String
The error message.