2 implementations of InternalHandleException
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
219void IDataService.InternalHandleException(HandleExceptionArgs args) 2216public void InternalHandleException(HandleExceptionArgs args)
5 references to InternalHandleException
System.Data.Services (5)
System\Data\Services\DataService.cs (1)
2218this.dataService.InternalHandleException(args);
System\Data\Services\ErrorHandler.cs (4)
78service.InternalHandleException(args); 112service.InternalHandleException(args); 138service.InternalHandleException(args); 167service.InternalHandleException(args);