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