The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CommunicationException Constructor
.NET Framework (current version)
Initializes a new instance of the CommunicationException class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | CommunicationException() | Initializes a new instance of the CommunicationException class. |
![]() | CommunicationException(SerializationInfo^, StreamingContext) | Initializes a new instance of the CommunicationException class, using the specified serialization information and context objects. |
![]() | CommunicationException(String^) | Initializes a new instance of the CommunicationException class, using the specified message. |
![]() | CommunicationException(String^, Exception^) | Initializes a new instance of the CommunicationException class, using the specified message and the inner exception. |
Show:

