ExecutionFailureException Miembros
The ExecutionFailureException class is an exception that is raised when an execution failure is encountered on the connection to the server.
El tipo ExecutionFailureException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ExecutionFailureException() () () () | Initializes a new instance of the ExecutionFailureException class. | |
ExecutionFailureException(String) | Initializes a new instance of the ExecutionFailureException class with the specified message text. | |
ExecutionFailureException(String, Exception) | Initializes a new instance of the ExecutionFailureException class with the specified message text and inner exception. |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetBaseException | (Se hereda de Exception). | |
GetHashCode | (Se hereda de Object). | |
GetObjectData | (Se hereda de Exception). | |
GetType | (Se hereda de Exception). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Exception). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception). | |
HelpLink | (Se hereda de Exception). | |
HResult | (Se hereda de Exception). | |
InnerException | (Se hereda de Exception). | |
Message | (Se hereda de Exception). | |
Source | (Se hereda de Exception). | |
StackTrace | (Se hereda de Exception). | |
TargetSite | (Se hereda de Exception). |
Principio
Vea también