4 references to HttpStatusDescriptionExceptionKey
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
606exception.Data.Add(HttpChannelUtilities.HttpStatusDescriptionExceptionKey, statusDescription);
System\ServiceModel\Channels\HttpChannelListener.cs (3)
1156if (protocolException.Data.Contains(HttpChannelUtilities.HttpStatusDescriptionExceptionKey)) 1158statusDescription = (string)protocolException.Data[HttpChannelUtilities.HttpStatusDescriptionExceptionKey]; 1159protocolException.Data.Remove(HttpChannelUtilities.HttpStatusDescriptionExceptionKey);