共用方式為


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.

命名空間:  Microsoft.SqlServer.XEvent.Linq
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    osError As Integer, _
    filename As String _
)
'用途
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
)

參數

請參閱

參考

EventFileIOException 類別

EventFileIOException 多載

Microsoft.SqlServer.XEvent.Linq 命名空間