1 instantiation of ActionNotSupportedException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (1)
135
exception = 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)
220
if (exception is
ActionNotSupportedException
)
222
ActionNotSupportedException
anse = exception as
ActionNotSupportedException
;