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