2 writes to webException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
56
this.
webException
= null;
79
set {
webException
= value; }
2 references to webException
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
78
get { return
webException
; }
597
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateHttpProtocolException(message, statusCode, statusDescription,
webException
));