Partager via


Constructeur DeploymentOperationException

Initializes a new instance of the DeploymentOperationException 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 DeploymentOperationException() () () () Initializes a new instance of the DeploymentOperationException class with default values.
Méthode publique DeploymentOperationException(String) Initializes a new instance of the DeploymentOperationException class with the specified error message.
Méthode protégée DeploymentOperationException(SerializationInfo, StreamingContext) Initializes a new instance of the DeploymentOperationException class with the specified SerializationInfo and StreamingContext instances.
Méthode publique DeploymentOperationException(String, Collection< (Of < <' (Error> ) > > )) Initializes a new instance of the DeploymentOperationException class with the specified error message and error collection.
Méthode publique DeploymentOperationException(String, Exception) Initializes a new instance of the DeploymentOperationException class with the specified error message and inner exception.
Méthode publique DeploymentOperationException(String, Exception, Collection< (Of < <' (Error> ) > > )) Initializes a new instance of the DeploymentOperationException class with the specified error message, inner exception, and error collection.

Haut de la page