4 references to Detail
System.Web.Services (4)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (2)
126
if (soapException.
Detail
== null) {
135
soapException.
Detail
.WriteTo(writer);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (2)
148
if (soapException.
Detail
== null) {
153
soapException.
Detail
.WriteTo(writer);