EventFileIOException Constructor (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 (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
osError As Integer, _
filename As String _
)
'Usage
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
)
Parameters
- message
Type: System.String
The error message
- osError
Type: System.Int32
The error number
- filename
Type: System.String
The filename.