Класс EventFileIOException

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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.XEvent.Linq