Click or drag to resize
IdsException Constructor (String, IListIdsError)
Initializes a new instance of the IdsException 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 IdsException(
	string errorMessage,
	IList<IdsError> innerExceptions
)

Parameters

errorMessage
Type: SystemString
Error Message.
innerExceptions
Type: System.Collections.GenericIListIdsError
Inner Exceptions.
See Also