EventFileInvalidException Class

Definition

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

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

Constructors

EventFileInvalidException()

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

EventFileInvalidException(SerializationInfo, StreamingContext)

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

EventFileInvalidException(String)

Initializes a new instance of the EventFileInvalidException class with specified error message.

EventFileInvalidException(String, Exception)

Initializes a new instance of the EventFileInvalidException class with specified error message and a reference to the inner exception that is the cause of this exception.

EventFileInvalidException(String, String)

Initializes a new instance of the EventFileInvalidException class with specified error message and error number.

Properties

FileName

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

Applies to