EventFileIOException 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.
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
- 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, 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, String) |
Initializes a new instance of the EventFileIOException class with a specified error message and an error number and the filename it refers to. |
EventFileIOException(String, Int32) |
Initializes a new instance of the EventFileIOException class with specified error message and error number. |
EventFileIOException(String) |
Initializes a new instance of the EventFileIOException class with specified exception message |
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. |