2 writes to Exception
System.Web.Services (2)
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
666message.Exception = ReadSoapException(reader);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
766message.Exception = soapException;
15 references to Exception
System.Web.Services (15)
System\Web\Services\Protocols\SoapClientProtocol.cs (4)
627if (message.Exception != null) { 628throw message.Exception; 704if (message.Exception != null) throw message.Exception;
System\Web\Services\Protocols\SoapMessage.cs (6)
255if (Exception != null) { 257throw Exception; 258if (Tracing.On) Tracing.ExceptionIgnore(TraceEventType.Warning, caller, Exception); 267if (Exception != null) { 269throw Exception; 270if (Tracing.On) Tracing.ExceptionIgnore(TraceEventType.Warning, caller, Exception);
System\Web\Services\Protocols\SoapServerProtocol.cs (5)
348extensionException = message.Exception; 594if (message.Exception != null) { 595throw message.Exception; 792helper.WriteFault(writer, message.Exception, statusCode); 816sw.WriteLine(GenerateFaultString(message.Exception));