5 writes to subCode
System.Web.Services (5)
System\Web\Services\Protocols\SoapException.cs (5)
160this.subCode = subCode; 172this.subCode = subCode; 185this.subCode = subCode; 198subCode = (SoapFaultSubCode)list["subCode"]; 273subCode = subCode.SubCode;
3 references to subCode
System.Web.Services (3)
System\Web\Services\Protocols\SoapException.cs (3)
266return subCode; 272if (subCode != null) 273subCode = subCode.SubCode;