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