Click or drag to resize
FaultHandler Constructor
Initializes a new instance of the FaultHandler class.

Namespace:  Intuit.Ipp.Core.Rest
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public FaultHandler(
	ServiceContext context
)

Parameters

context
Type: Intuit.Ipp.CoreServiceContext
The service context.
See Also