EventFileIOException 생성자 (String, Int32)
Initializes a new instance of the EventFileIOException class with specified error message and error number.
네임스페이스: 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
)
매개 변수
- message
유형: System.String
The error message.
- osError
유형: System.Int32
The error number.