Constructeur EventLocationException (String)
Initializes a new instance of the EventLocationException class with 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 EventLocationException(message)
public EventLocationException(
string message
)
public:
EventLocationException(
String^ message
)
new :
message:string -> EventLocationException
public function EventLocationException(
message : String
)
Paramètres
- message
Type : System.String
The error message.