Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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
)
Параметры
- message
Тип: System.String
The error message
- osError
Тип: System.Int32
The error number
- filename
Тип: System.String
The filename.