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