Implemented interface member:
property
StatusCode
System.ServiceModel.Web.IWebFaultException.StatusCode
3 writes to StatusCode
System.ServiceModel.Web (3)
System\ServiceModel\Web\WebFaultException.cs (3)
152this.StatusCode = statusCode; 158this.StatusCode = statusCode; 165this.StatusCode = (HttpStatusCode)info.GetValue("statusCode", typeof(HttpStatusCode));
1 reference to StatusCode
System.ServiceModel.Web (1)
System\ServiceModel\Web\WebFaultException.cs (1)
198info.AddValue("statusCode", this.StatusCode);