Partager via


Constructeur EventFileIOException (String, Int32)

Initializes a new instance of the EventFileIOException class with specified error message and error number.

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String, _
    osError As Integer _
)
'Utilisation
Dim message As String 
Dim osError As Integer 

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

Paramètres

Voir aussi

Référence

EventFileIOException Classe

Surcharge EventFileIOException

Espace de noms Microsoft.SqlServer.XEvent.Linq