3 references to LastException
System.ServiceModel.Activation (3)
System\ServiceModel\ServiceHostingEnvironment.cs (3)
872
if (activationInfo.
LastException
!= null)
895
if (activationInfo.
LastException
!= null)
899
throw FxTrace.Exception.AsError(activationInfo.
LastException
);