Click or drag to resize
FaultHandlerParseErrorResponseAndPrepareException Method
Parses the error response and prepares the response.

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 IdsException ParseErrorResponseAndPrepareException(
	string errorString
)

Parameters

errorString
Type: SystemString
The error string.

Return Value

Type: IdsException
Ids Exception.
See Also