EventFileInvalidException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, 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. |
EventFileInvalidException(String) |
Initializes a new instance of the EventFileInvalidException class with specified error message. |
Properties
FileName |
Gets or sets the name of the file the exception refers to. |