9 references to Code
System.Web.Services (9)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
107
XmlQualifiedName code = TranslateFaultCode(soapException.
Code
);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
127
WriteFaultCodeValue(writer, TranslateFaultCode(soapException.
Code
), soapException.SubCode);
System\Web\Services\Protocols\SoapException.cs (5)
92
/// <para>Initializes a new instance of the <see cref='System.Web.Services.Protocols.SoapException'/> class, setting <see cref='System.Exception.Message'/> to <paramref name="message"/>, <see cref='System.Web.Services.Protocols.SoapException.
Code
'/> to
103
/// <paramref name="message"/>, <see cref='System.Web.Services.Protocols.SoapException.
Code
'/> to <paramref name="code,
116
/// <see cref='System.Web.Services.Protocols.SoapException.
Code
'/>
126
/// <paramref name="message"/>, <see cref='System.Web.Services.Protocols.SoapException.
Code
'/> to <paramref name="code "/>and
279
list["code"] =
Code
;
System\Web\Services\Protocols\SoapServerProtocol.cs (2)
736
if (SoapException.IsVersionMismatchFaultCode(soapException.
Code
)) {
937
else if (SoapException.IsClientFaultCode(soapException.
Code
)) {