Partager via


Constructeur DeploymentStagingException

Initializes a new instance of the DeploymentStagingException class.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publique DeploymentStagingException() () () () Initializes a new instance of the DeploymentStagingException class with default values.
Méthode publique DeploymentStagingException(String) Initializes a new instance of the DeploymentStagingException class with the specified error message.
Méthode protégée DeploymentStagingException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentStagingException class with the specified SerializationInfo and StreamingContext instances.
Méthode publique DeploymentStagingException(String, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message and error collection.
Méthode publique DeploymentStagingException(String, Exception) Initializes a new instance of the DeploymentStagingException class with the specified error message and inner exception.
Méthode publique DeploymentStagingException(String, Exception, Collection< (Of < <' (StagingBatchError> ) > > )) Initializes a new instance of the DeploymentStagingException class with the specified error message, inner exception, and error collection.

Haut de la page