Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
cours:app_rep_orientees_service_2016_2017:lab_contract [2019/04/24 07:56] tigli [Exercices on Contracts] |
cours:app_rep_orientees_service_2016_2017:lab_contract [2019/04/24 07:57] (Version actuelle) tigli [References] |
||
---|---|---|---|
Ligne 52: | Ligne 52: | ||
A Fault Contract handles the exception and understands the cause of the error that occurs in the WCF service. When we develop a managed application or service, we will handle the exception using a try- catch block, but these exceptions handlers are technology-specific. | A Fault Contract handles the exception and understands the cause of the error that occurs in the WCF service. When we develop a managed application or service, we will handle the exception using a try- catch block, but these exceptions handlers are technology-specific. | ||
+ | |||
+ | [[http://www.wcftutorial.net/Fault-Contract.aspx|Getting Started with this step by step tutorial]] | ||
== Message Contract == | == Message Contract == | ||
Ligne 68: | Ligne 70: | ||
- | ==== References ==== | ||
- | [[https://msdn.microsoft.com/fr-fr/library/aa480190.aspx|Introduction to Building Windows Communication Foundation Services]] |