Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the EventLocationException class with 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 EventLocationException(message)
public EventLocationException(
string message
)
public:
EventLocationException(
String^ message
)
new :
message:string -> EventLocationException
public function EventLocationException(
message : String
)
Parámetros
- message
Tipo: System.String
The error message.