Click or drag to resize
IdsExceptionManager Class
Manages all the exceptions thrown to the user.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.ExceptionIdsExceptionManager

Namespace:  Intuit.Ipp.Exception
Assembly:  Intuit.Ipp.Exception (in Intuit.Ipp.Exception.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static class IdsExceptionManager
Methods
  NameDescription
Public methodStatic memberHandleException(String)
Handles exception thrown to the user.
Public methodStatic memberHandleException(IdsException)
Handles Exception thrown to the user.
Public methodStatic memberHandleException(String, IdsException)
Handles Exception thrown to the user.
Public methodStatic memberHandleException(String, String, String)
Handles Exception thrown to the user.
Public methodStatic memberHandleException(String, String, String, IdsException)
Handles Exception thrown to the user.
Top
See Also