XEventException Constructor
Incluir miembros protegidos
Incluir miembros heredados
Initializes a new instance of the XEventException class with a system-supplied message that describes the error.
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 | |
---|---|---|
XEventException() | Initializes a new instance of the XEventException class. | |
XEventException(String) | Initializes a new instance of the XEventException class with a specified message that describes the error. | |
XEventException(SerializationInfo, StreamingContext) | Initializes a new instance of the XEventException class with serialized data. | |
XEventException(String, Exception) | Initializes a new instance of the XEventException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Arriba