EventFileIOException-Klasse
Represents the exception that is thrown when an I/O error occurs reading a file.
Vererbungshierarchie
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
Der EventFileIOException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von 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 | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Sicherheitskritisch (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
SerializeObjectState | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.