Click or drag to resize
InvalidParameterException Constructor (String, Exception)
Initializes a new instance of the InvalidParameterException 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 InvalidParameterException(
	string errorMessage,
	Exception innerException
)

Parameters

errorMessage
Type: SystemString
Error Message
innerException
Type: SystemException
Inner Exception.
See Also