6 references to TraceExceptionAsReturnValue
System.Data.DataSetExtensions (6)
System\Data\DataSetUtil.cs (6)
46
return
TraceExceptionAsReturnValue
(new ArgumentException(message));
51
return
TraceExceptionAsReturnValue
(new ArgumentNullException(message));
56
return
TraceExceptionAsReturnValue
(new ArgumentOutOfRangeException(parameterName, message));
61
return
TraceExceptionAsReturnValue
(new InvalidCastException(message));
66
return
TraceExceptionAsReturnValue
(new InvalidOperationException(message));
71
return
TraceExceptionAsReturnValue
(new NotSupportedException(message));