Implemented interface member:
property
StatusCode
System.ServiceModel.Web.IWebFaultException.StatusCode
2 writes to StatusCode
System.ServiceModel.Web (2)
System\ServiceModel\Web\WebFaultException.cs (2)
28this.StatusCode = statusCode; 34this.StatusCode = (HttpStatusCode)info.GetValue("statusCode", typeof(HttpStatusCode));
1 reference to StatusCode
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebFaultException.cs (1)
66info.AddValue("statusCode", this.StatusCode);