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