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