System.ServiceModel.CommunicationObjectFaultedException
namespace System.ServiceModel
{
public class CommunicationObjectFaultedException : CommunicationException
{
public CommunicationObjectFaultedException();
public CommunicationObjectFaultedException(string message);
public CommunicationObjectFaultedException(string message, Exception innerException);
protected CommunicationObjectFaultedException(SerializationInfo info, StreamingContext context);
}
}