1 instantiation of ActionNotSupportedException
System.ServiceModel (1)
System\ServiceModel\Channels\FaultConverter.cs (1)
136exception = new ActionNotSupportedException(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
3 references to ActionNotSupportedException
System.ServiceModel (3)
System\ServiceModel\Channels\FaultConverter.cs (3)
221if (exception is ActionNotSupportedException) 223ActionNotSupportedException anse = exception as ActionNotSupportedException;