13 references to IsCatchableExceptionType
System.Data.Services (13)
System\Data\Services\BatchServiceHost.cs (1)
332Debug.Assert(WebUtil.IsCatchableExceptionType(args.Exception), "WebUtil.IsCatchableExceptionType(args.Exception)");
System\Data\Services\DataService.cs (6)
232if (!WebUtil.IsCatchableExceptionType(handlingException)) 1705if (!WebUtil.IsCatchableExceptionType(ex)) 1751if (!WebUtil.IsCatchableExceptionType(exception)) 2376if (!WebUtil.IsCatchableExceptionType(exception)) 2539if (!WebUtil.IsCatchableExceptionType(exception)) 2661Debug.Assert(WebUtil.IsCatchableExceptionType(exception), "WebUtil.IsCatchableExceptionType(exception)");
System\Data\Services\ErrorHandler.cs (4)
71Debug.Assert(WebUtil.IsCatchableExceptionType(exception), "WebUtil.IsCatchableExceptionType(exception)"); 103Debug.Assert(WebUtil.IsCatchableExceptionType(exception), "WebUtil.IsCatchableExceptionType(exception) - "); 128Debug.Assert(WebUtil.IsCatchableExceptionType(exception), "WebUtil.IsCatchableExceptionType(exception)"); 164Debug.Assert(WebUtil.IsCatchableExceptionType(exception), "WebUtil.IsCatchableExceptionType(exception)");
System\Data\Services\ResponseBodyWriter.cs (1)
211if (!WebUtil.IsCatchableExceptionType(exception))
System\Data\Services\Serializers\JsonDeserializer.cs (1)
165if (WebUtil.IsCatchableExceptionType(e))