Compartilhar via


Construtor EventFileIOException (String, Int32, String)

Initializes a new instance of the EventFileIOException class with a specified error message and an error number and the filename it refers to.

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, _
    osError As Integer, _
    filename As String _
)
'Uso
Dim message As String 
Dim osError As Integer 
Dim filename As String 

Dim instance As New EventFileIOException(message, _
    osError, filename)
public EventFileIOException(
    string message,
    int osError,
    string filename
)
public:
EventFileIOException(
    String^ message, 
    int osError, 
    String^ filename
)
new : 
        message:string * 
        osError:int * 
        filename:string -> EventFileIOException
public function EventFileIOException(
    message : String, 
    osError : int, 
    filename : String
)

Parâmetros

Consulte também

Referência

EventFileIOException Classe

Sobrecarregado EventFileIOException

Namespace Microsoft.SqlServer.XEvent.Linq