Click or drag to resize
ServiceException Constructor (String, String, String)
Initializes a new instance of the ServiceException class.

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 ServiceException(
	string errorMessage,
	string errorCode,
	string source
)

Parameters

errorMessage
Type: SystemString
Error Message
errorCode
Type: SystemString
Error Codes (400, 200, 404).
source
Type: SystemString
Source of the exception.
See Also