| FaultException Constructor (String, Exception) | 
 
            Initializes a new instance of the FaultException class.
            
 
    Namespace: 
   Intuit.Ipp.Exception
    Assembly:
   Intuit.Ipp.Exception (in Intuit.Ipp.Exception.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic FaultException(
	string errorMessage,
	Exception innerException
)
Parameters
- errorMessage
 - Type: SystemString
Error Message - innerException
 - Type: SystemException
Inner Exception. 
See Also