次の方法で共有


EventFileIOException コンストラクター (String, Int32)

指定したエラー メッセージとエラー番号を使用して、EventFileIOException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.XEvent.Linq
アセンブリ:  Microsoft.SqlServer.XEvent.Linq (Microsoft.SqlServer.XEvent.Linq.dll)

構文

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

パラメーター

関連項目

参照

EventFileIOException クラス

EventFileIOException オーバーロード

Microsoft.SqlServer.XEvent.Linq 名前空間