Skip to main content
A newer version of this page is available. .

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