1 instantiation of ActionNotSupportedException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
135exception = new ActionNotSupportedException(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
3 references to ActionNotSupportedException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (3)
220if (exception is ActionNotSupportedException) 222ActionNotSupportedException anse = exception as ActionNotSupportedException;