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