2 instantiations of ActionNotSupportedException
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\FaultConverter.cs (1)
136exception = new ActionNotSupportedException(fault.Reason.GetMatchingTranslation(CultureInfo.CurrentCulture).Text);
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
504new ActionNotSupportedException(SRP.Format(SRP.NonWsrmFeb2005ActionNotSupported, action)));
5 references to ActionNotSupportedException
Client.ExpectedExceptions.IntegrationTests (2)
ExpectedExceptionTests.4.0.0.cs (2)
28ActionNotSupportedException exception = Assert.Throws<ActionNotSupportedException>(() =>
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\FaultConverter.cs (3)
221if (exception is ActionNotSupportedException) 223ActionNotSupportedException anse = exception as ActionNotSupportedException;