Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents the exception that is thrown when an I/O error occurs reading a file.
Иерархия наследования
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Пространство имен: Microsoft.SqlServer.XEvent.Linq
Сборка: Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class EventFileIOException _
Inherits XEventException
'Применение
Dim instance As EventFileIOException
[SerializableAttribute]
public class EventFileIOException : XEventException
[SerializableAttribute]
public ref class EventFileIOException : public XEventException
[<SerializableAttribute>]
type EventFileIOException =
class
inherit XEventException
end
public class EventFileIOException extends XEventException
Тип EventFileIOException обеспечивает доступ к следующим элементам.
Конструкторы
| Имя | Описание | |
|---|---|---|
![]() |
EventFileIOException() | Initializes a new instance of the EventFileIOException class using default values. |
![]() |
EventFileIOException(String) | Initializes a new instance of the EventFileIOException class with specified exception message |
![]() |
EventFileIOException(SerializationInfo, StreamingContext) | Initializes a new instance of the EventFileIOException class with specified information and context. |
![]() |
EventFileIOException(String, Exception) | Initializes a new instance of the EventFileIOException class with specified error message and a reference to the inner exception that is the cause of this exception. |
![]() |
EventFileIOException(String, Int32) | Initializes a new instance of the EventFileIOException class with specified error message and error number. |
![]() |
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. |
В начало
Свойства
| Имя | Описание | |
|---|---|---|
![]() |
Data | (Производный от Exception.) |
![]() |
ErrorNumber | Gets or sets the error number the operating system reported. |
![]() |
FileName | Gets or sets the name of the file the exception refers to. |
![]() |
HelpLink | (Производный от Exception.) |
![]() |
HResult | (Производный от Exception.) |
![]() |
InnerException | (Производный от Exception.) |
![]() |
Message | (Производный от Exception.) |
![]() |
Source | (Производный от Exception.) |
![]() |
StackTrace | (Производный от Exception.) |
![]() |
TargetSite | (Производный от Exception.) |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetBaseException | (Производный от Exception.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | Важный элемент безопасности. (Производный от Exception.) |
![]() |
GetType | (Производный от Exception.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Exception.) |
В начало
События
| Имя | Описание | |
|---|---|---|
![]() |
SerializeObjectState | (Производный от Exception.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)