Windows apps
Collapse the table of content
Expand the table of content
Information
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.

CommunicationObjectAbortedException Constructor

 

Initializes a new instance of the CommunicationObjectAbortedException class.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_pubmethodCommunicationObjectAbortedException()

Initializes a new instance of the CommunicationObjectAbortedException class.

System_CAPS_protmethodCommunicationObjectAbortedException(SerializationInfo^, StreamingContext)

Initializes a new instance of the CommunicationObjectAbortedException class used to deserialize data into a CommunicationObjectAbortedException object.

System_CAPS_pubmethodCommunicationObjectAbortedException(String^)

Initializes a new instance of the CommunicationObjectAbortedException class with the specified message.

System_CAPS_pubmethodCommunicationObjectAbortedException(String^, Exception^)

Initializes a new instance of the CommunicationObjectAbortedException class using the specified message and inner exception.

Return to top
Show:
© 2017 Microsoft