Compartilhar via


Classe EventFileInvalidException

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

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class EventFileInvalidException _
    Inherits XEventException
'Uso
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

O tipo EventFileInvalidException expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EventFileInvalidException() Initializes a new instance of the EventFileInvalidException class using default values.
Método público EventFileInvalidException(String) Initializes a new instance of the EventFileInvalidException class with specified error message.
Método protegido EventFileInvalidException(SerializationInfo, StreamingContext) Initializes a new instance of the EventFileInvalidException class with specified serialization and context information.
Método público 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.
Método público EventFileInvalidException(String, String) Initializes a new instance of the EventFileInvalidException class with specified error message and error number.

Início

Propriedades

  Nome Descrição
Propriedade pública Data (Herdado de Exception.)
Propriedade pública FileName Gets or sets the name of the file the exception refers to.
Propriedade pública HelpLink (Herdado de Exception.)
Propriedade pública HResult (Herdado de Exception.)
Propriedade pública InnerException (Herdado de Exception.)
Propriedade pública Message (Herdado de Exception.)
Propriedade pública Source (Herdado de Exception.)
Propriedade pública StackTrace (Herdado de Exception.)
Propriedade pública TargetSite (Herdado de Exception.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetBaseException (Herdado de Exception.)
Método público GetHashCode (Herdado de Object.)
Método público GetObjectData Segurança crítica. (Herdado de Exception.)
Método público GetType (Herdado de Exception.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Exception.)

Início

Eventos

  Nome Descrição
Evento protegido SerializeObjectState (Herdado de Exception.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.XEvent.Linq