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