Compartir a través de


DeploymentStagingException Constructor

Initializes a new instance of the DeploymentStagingException 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
Método público DeploymentStagingException() () () () Initializes a new instance of the DeploymentStagingException class with default values.
Método público DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Método protegido DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Método público DeploymentStagingException(String, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Método público DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Método público DeploymentStagingException(String, Exception, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

Arriba