WebServiceConnectionException Constructor (String, Exception) |
Exception thrown if a connection to a web service could not be established.
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public WebServiceConnectionException(
string message,
Exception innerException
)
Parameters
- message
- Type: SystemString
- innerException
- Type: SystemException
See Also