2 instantiations of ServiceActivationException
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
785
ServiceActivationException activationException = new
ServiceActivationException
(invalidOpException.Message, invalidOpException);
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1420
throw FxTrace.Exception.AsError(new
ServiceActivationException
(exception.Message, exception));
13 references to ServiceActivationException
SMSvcHost (1)
System\ServiceModel\Activation\WorkerProcess.cs (1)
405
catch (
ServiceActivationException
e)
System.ServiceModel (3)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
291
catch (
ServiceActivationException
e)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1327
if (e is
ServiceActivationException
)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
262
catch (
ServiceActivationException
e)
System.ServiceModel.Activation (9)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (4)
445
catch (
ServiceActivationException
exception)
785
ServiceActivationException
activationException = new ServiceActivationException(invalidOpException.Message, invalidOpException);
805
void LogServiceActivationException(
ServiceActivationException
activationException)
809
TD2.ServiceException(this.eventTraceActivity, activationException.ToString(), typeof(
ServiceActivationException
).FullName);
System\ServiceModel\Channels\MsmqHostedTransportManager.cs (1)
210
catch (
ServiceActivationException
e)
System\ServiceModel\ServiceHostingEnvironment.cs (4)
171
catch (
ServiceActivationException
exception)
182
private static void LogServiceActivationException(
ServiceActivationException
exception, EventTraceActivity eventTraceActivity)
254
TD2.ServiceException(eventTraceActivity, exception.ToString(), typeof(
ServiceActivationException
).FullName);
950
catch (
ServiceActivationException
ex)