Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Initializes a new instance of the EventFileIOException class with a specified error message and an error number and the filename it refers to.
Spazio dei nomi Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String, _
osError As Integer, _
filename As String _
)
'Utilizzo
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
)
Parametri
- message
Tipo: System.String
The error message
- osError
Tipo: System.Int32
The error number
- filename
Tipo: System.String
The filename.