IdsError Constructor (String, String, String, String) |
Initializes a new instance of the IdsError class.
Namespace:
Intuit.Ipp.Exception
Assembly:
Intuit.Ipp.Exception (in Intuit.Ipp.Exception.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic IdsError(
string errorMessage,
string errorCode,
string element,
string detail
)
Parameters
- errorMessage
- Type: SystemString
Error Message - errorCode
- Type: SystemString
Error Code. - element
- Type: SystemString
Element of the exception. - detail
- Type: SystemString
Detail of the exception.
See Also