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