Condividi tramite


Classe EventFileInvalidException

The exception that is thrown when an I/O error occurs reading a file.

Gerarchia di ereditarietà

System.Object
  System.Exception
    Microsoft.SqlServer.XEvent.Linq.XEventException
      Microsoft.SqlServer.XEvent.Linq.EventFileInvalidException

Spazio dei nomi  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class EventFileInvalidException _
    Inherits XEventException
'Utilizzo
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

Nel tipo EventFileInvalidException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EventFileInvalidException() Initializes a new instance of the EventFileInvalidException class using default values.
Metodo pubblico EventFileInvalidException(String) Initializes a new instance of the EventFileInvalidException class with specified error message.
Metodo protetto EventFileInvalidException(SerializationInfo, StreamingContext) Initializes a new instance of the EventFileInvalidException class with specified serialization and context information.
Metodo pubblico 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.
Metodo pubblico EventFileInvalidException(String, String) Initializes a new instance of the EventFileInvalidException class with specified error message and error number.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica FileName Gets or sets the name of the file the exception refers to.
Proprietà pubblica HelpLink Ereditato da Exception.
Proprietà pubblica HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Criticità per la sicurezza. Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Exception.

In alto

Eventi

  Nome Descrizione
Evento protetto SerializeObjectState Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.XEvent.Linq