WorkflowMarkupSerializationManager.ReportError(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Signale une erreur lors de la sérialisation.
public:
virtual void ReportError(System::Object ^ errorInformation);
public void ReportError (object errorInformation);
abstract member ReportError : obj -> unit
override this.ReportError : obj -> unit
Public Sub ReportError (errorInformation As Object)
Paramètres
- errorInformation
- Object
Erreur à signaler.
Implémente
Remarques
errorInformation
peut être de tout type d'objet. S'il s'agit d'une exception, le message de l'exception est extrait et transmis à l'utilisateur. S'il s'agit d'un autre type, ToString est appelé pour afficher les informations à l'utilisateur.