Classe EventFileIOException

Represents 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.EventFileIOException

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class EventFileIOException _
    Inherits XEventException
'Utilisation
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

Le type EventFileIOException expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EventFileIOException() Initializes a new instance of the EventFileIOException class using default values.
Méthode publique EventFileIOException(String) Initializes a new instance of the EventFileIOException class with specified exception message
Méthode protégée EventFileIOException(SerializationInfo, StreamingContext) Initializes a new instance of the EventFileIOException class with specified information and context.
Méthode publique 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.
Méthode publique EventFileIOException(String, Int32) Initializes a new instance of the EventFileIOException class with specified error message and error number.
Méthode publique 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.

Haut de la page

Propriétés

  Nom Description
Propriété publique Data (hérité de Exception.)
Propriété publique ErrorNumber Gets or sets the error number the operating system reported.
Propriété publique FileName Gets or sets the name of the file the exception refers to.
Propriété publique HelpLink (hérité de Exception.)
Propriété publique HResult (hérité de Exception.)
Propriété publique InnerException (hérité de Exception.)
Propriété publique Message (hérité de Exception.)
Propriété publique Source (hérité de Exception.)
Propriété publique StackTrace (hérité de Exception.)
Propriété publique TargetSite (hérité de Exception.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBaseException (hérité de Exception.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetObjectData Informations critiques de sécurité. (hérité de Exception.)
Méthode publique GetType (hérité de Exception.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Exception.)

Haut de la page

Événements

  Nom Description
Événement protégé 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.XEvent.Linq