Partilhar via


Construtor EventLocationException (String)

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

Consulte também

Referência

EventLocationException Classe

Sobrecarregado EventLocationException

Namespace Microsoft.SqlServer.XEvent.Linq