Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.21 KB

how-the-exception-handling-service-sample-works.md

File metadata and controls

14 lines (13 loc) · 1.21 KB
description title ms.custom ms.date ms.service ms.reviewer ms.suite ms.topic
Learn more about: How the Exception Handling Service Sample Works
How the Exception Handling Service Sample Works
06/08/2017
biztalk-server
article

How the Exception Handling Service Sample Works

The Exception Handling Service sample is a standard .NET Windows Forms application that contains a generated service proxy for the exception handling service. The application consists of a single form with a single button, Generate Exception. When you click this button, an instance of the FaultMessage class is generated. The FaultMessage class is a class that was generated by Microsoft Visual Studio based on the Web Services Description Language (WSDL) provided by the Exception Handling Web service. The properties of this instance are populated with default values that simulate a fault occurring in an external application before the properties are passed as parameters to the SubmitFault method of the Exception Handling Web service.

For more information about how the Exception Handling Web service works, see The Exception Handling Web Service.