| ClusterUnavailableException Constructor (String, Exception) | 
  
    Namespace: 
   Apptus.Util.Http
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic ClusterUnavailableException(
	string msg,
	Exception e
)
Parameters
- msg
 - Type: SystemString
The error message - e
 - Type: SystemException
The cause of this exception 
See Also