EventFileIOException Class

Definition

Represents the exception that is thrown when an I/O error occurs reading a file.

public ref class EventFileIOException : Microsoft::SqlServer::XEvent::Linq::XEventException
[System.Serializable]
public class EventFileIOException : Microsoft.SqlServer.XEvent.Linq.XEventException
[<System.Serializable>]
type EventFileIOException = class
    inherit XEventException
Public Class EventFileIOException
Inherits XEventException
Inheritance
EventFileIOException
Attributes

Constructors

EventFileIOException()

Initializes a new instance of the EventFileIOException class using default values.

EventFileIOException(SerializationInfo, StreamingContext)

Initializes a new instance of the EventFileIOException class with specified information and context.

EventFileIOException(String)

Initializes a new instance of the EventFileIOException class with specified exception message

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.

Properties

ErrorNumber

Gets or sets the error number the operating system reported.

FileName

Gets or sets the name of the file the exception refers to.

Applies to