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