DeploymentException Constructor
Incluir miembros protegidos
Incluir miembros heredados
Initializes a new instance of the DeploymentException 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 | |
---|---|---|
DeploymentException() | Initializes a new instance of the DeploymentException class with the default values. | |
DeploymentException(String) | Initializes a new instance of the DeploymentException class with the specified error message. | |
DeploymentException(SerializationInfo, StreamingContext) | Initializes a new instance of the DeploymentException class with the specified SerializationInfo and StreamingContext instances. | |
DeploymentException(String, Exception) | Initializes a new instance of the DeploymentException class with the specified error message and inner exception. |
Arriba