Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Initializes a new instance of the EventLocationException class with 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 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.