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