CommunicationException Constructor (String, Exception)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the CommunicationException class, using the specified message and the inner exception.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- message
- Type: System.String
The description of the error condition.
- innerException
- Type: System.Exception
The inner exception to be used.
Show: