DataRetrievalException Constructors
An exception thrown on catching a AggregateException while filling the report data source.Name | Parameters | Description |
---|---|---|
DataRetrievalException(String, Exception) | message, innerException | Initializes a new instance of the DataRetrievalException class with the specified error message and exception. |
DataRetrievalException(String) | message | Initializes a new instance of the DataRetrievalException class with the specified error message. |
See Also