Click or drag to resize
IdsExceptionManagerHandleException Method (String, String, String, IdsException)
Handles Exception thrown to the user.

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 void HandleException(
	string errorMessage,
	string errorCode,
	string source,
	IdsException innerException
)

Parameters

errorMessage
Type: SystemString
Error Message
errorCode
Type: SystemString
Error Code.
source
Type: SystemString
Source of the exception.
innerException
Type: Intuit.Ipp.ExceptionIdsException
Ids Exception
See Also