44 references to ExceptionCatch
System.Web.Services (44)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
97ExceptionCatch(TraceEventType.Error, sender, "UnhandledExceptionHandler", e);
System\Web\Services\Discovery\ContractReference.cs (3)
117if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "LoadExternals", e); 241if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "Resolve", e); 256if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "Resolve", e);
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (3)
403if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "ResolveAll", e); 416if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "ResolveAll", e); 444if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "ResolveOneLevel", e);
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (1)
276if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "ResolveAll", e);
System\Web\Services\Discovery\DiscoveryReference.cs (1)
161if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "AttemptResolve", e);
System\Web\Services\Discovery\DynamicVirtualDiscoSearcher.cs (1)
135if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "GetPhysicalDir", e);
System\Web\Services\Discovery\SchemaReference.cs (1)
98if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "GetSchema", e);
System\Web\Services\Protocols\ClientProtocol.cs (4)
256if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, typeof(WebClientProtocol), method, e); 453if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "GetWebResponse", e); 619if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "Complete", e); 634if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "Complete", e);
System\Web\Services\Protocols\HttpClientProtocol.cs (3)
260if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "InvokeAsyncCallback", e); 290if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "InvokeAsync", e); 311if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "InvokeAsync", e);
System\Web\Services\Protocols\RemoteDebugger.cs (7)
58if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "IsClientCallOutEnabled", e); 80if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "IsServerCallInEnabled", e); 147if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "CloseSharedResources", e); 212if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "NotifyClientCallOut", e); 241if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "NotifyClientCallReturn", e); 280if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "NotifyServerCallEnter", e); 317if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RemoteDebugger), "NotifyServerCallExit", e);
System\Web\Services\Protocols\RequestResponse.cs (4)
56if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RequestResponseUtils), "GetEncoding", ex); 81if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(RequestResponseUtils), "GetEncoding2", ex); 235if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(HttpUtility), "HtmlDecode", e); 240if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, typeof(HttpUtility), "HtmlDecode", e);
System\Web\Services\Protocols\ServerProtocol.cs (1)
318if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "Create", e);
System\Web\Services\Protocols\SoapClientProtocol.cs (4)
403if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "InvokeAsyncCallback", e); 409if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "InvokeAsyncCallback", e); 446if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "InvokeAsync", e); 458if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "InvokeAsync", e);
System\Web\Services\Protocols\SoapServerProtocol.cs (5)
354if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "Initialize", e); 398if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "Initialize", e); 760if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "WriteException", ex); 776if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "WriteException", ex); 806if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Warning, this, "WriteException", ex);
System\Web\Services\Protocols\WebServiceHandler.cs (5)
116if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "Invoke", e); 141if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, string.IsNullOrEmpty(method) ? "HandleOneWayException" : method, e); 180if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "CoreProcessRequest", e); 306if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "BeginInvoke", e); 342if (Tracing.On) Tracing.ExceptionCatch(TraceEventType.Error, this, "EndInvoke", e);