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