Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the exception that is thrown when an I/O error occurs reading a file.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventFileIOException
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class EventFileIOException _
Inherits XEventException
'Usage
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
The EventFileIOException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from 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 | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
Source | (Inherited from Exception.) |
![]() |
StackTrace | (Inherited from Exception.) |
![]() |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetBaseException | (Inherited from Exception.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Security Critical. (Inherited from Exception.) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
![]() |
SerializeObjectState | (Inherited from Exception.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.