MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataProcessingException.ErrorCodes Enumeration

DataProcessingException.ErrorCodes Enumeration
Error codes for data processing exceptions.
Syntax
'Declaration
 
Public Enum DataProcessingException.ErrorCodes 
   Inherits System.Enum
 
Members
MemberDescription
DataProviderNotFoundIndicates that the data provider was not found.
DataProviderNotSpecifiedIndicates that the data provider was not specified.
DataSourceNotFoundIndicates that the data source was not found.
SharedDataSourceNotLoadedIndicates that the shared data source could not be loaded.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Rendering.DataProcessingException.ErrorCodes

See Also