Compartilhar via


Construtor EventEnumerationException (String, Exception)

Initializes a new instance of the EventEnumerationException class with specified message and inner exception.

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, _
    inner As Exception _
)
'Uso
Dim message As String 
Dim inner As Exception 

Dim instance As New EventEnumerationException(message, _
    inner)
public EventEnumerationException(
    string message,
    Exception inner
)
public:
EventEnumerationException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> EventEnumerationException
public function EventEnumerationException(
    message : String, 
    inner : Exception
)

Parâmetros

Consulte também

Referência

EventEnumerationException Classe

Sobrecarregado EventEnumerationException

Namespace Microsoft.SqlServer.XEvent.Linq