Classe EventFileInvalidException
The exception that is thrown when an I/O error occurs reading a file.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.XEvent.Linq.XEventException
Microsoft.SqlServer.XEvent.Linq.EventFileInvalidException
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class EventFileInvalidException _
Inherits XEventException
'Utilisation
Dim instance As EventFileInvalidException
[SerializableAttribute]
public class EventFileInvalidException : XEventException
[SerializableAttribute]
public ref class EventFileInvalidException : public XEventException
[<SerializableAttribute>]
type EventFileInvalidException =
class
inherit XEventException
end
public class EventFileInvalidException extends XEventException
Le type EventFileInvalidException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
EventFileInvalidException() | Initializes a new instance of the EventFileInvalidException class using default values. | |
EventFileInvalidException(String) | Initializes a new instance of the EventFileInvalidException class with specified error message. | |
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
FileName | Gets or sets the name of the file the exception refers to. | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Informations critiques de sécurité. (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Événements
Nom | Description | |
---|---|---|
SerializeObjectState | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.