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