CommunicationObjectFaultedException Class
The exception that is thrown when a call is made to a communication object that has faulted.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
A CommunicationObjectFaultedException is thrown when a call is made to a faulted communication object. CommunicationObjectFaultedException is a derived class of System.ServiceModel.CommunicationException and can occur in correct applications. Because typically the code that calls the ICommunicationObject.Abort method reports the error condition that caused the call to ICommunicationObject.Abort, this exception indicates that the call failed but the most useful error information is elsewhere.
Note: |
|---|
If an object is faulted with several pending calls, only one call throws a specific exception; the others throw CommunicationObjectFaultedException. |
System.Exception
System.SystemException
System.ServiceModel.CommunicationException
System.ServiceModel.CommunicationObjectFaultedException
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: