[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataProcessingException

DataProcessingException Class

Represents data processing exceptions.

Inheritance
DataProcessingException
Implements
Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class DataProcessingException : Exception, ISerializable

Properties

Name Description
ErrorCode

Gets the error code associated with the exception.

Message

Gets a message that describes the current exception.

Methods

Name Description
DataProviderNotFound(string)

Creates a new DataProcessingException indicating that the data provider was not found.

DataProviderNotSpecified(string)

Creates a new DataProcessingException indicating that the data provider was not specified.

SharedDataSourceNotLoaded(string)

Creates a new DataProcessingException indicating that the shared data source could not be loaded.

Extension Methods