Click or drag to resize
IntuitErrorHandler Class
Intuit Error Handler class.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.UtilityIntuitErrorHandler

Namespace:  Intuit.Ipp.Utility
Assembly:  Intuit.Ipp.Utility (in Intuit.Ipp.Utility.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static class IntuitErrorHandler

The IntuitErrorHandler type exposes the following members.

Methods
  NameDescription
Public methodStatic memberHandleErrors(String)
Check the response for any errors it might indicate. Will throw an exception if API response indicates an error. Will throw an exception if it has a problem determining success or error.
Public methodStatic memberHandleErrors(XmlNode)
Check the response for any errors it might indicate. Will throw an exception if API response indicates an error. Will throw an exception if it has a problem determining success or error.
Public methodStatic memberIsValidXml
Validates the input string is a well formatted xml string
Top
See Also