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

Parameters

innerExceptions
Type: System.Collections.GenericIListIdsError
Inner Exceptions.
See Also