EventFileInvalidException Constructor
Incluir miembros protegidos
Incluir miembros heredados
Initializes a new instance of the EventFileInvalidException class.
Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.
Lista de sobrecargas
Nombre | Descripción | |
---|---|---|
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. |
Arriba