[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.EraConfigurationException

EraConfigurationException Class

Era configuration errors. For internal use.

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

Properties

Name Description
ErrorCode

Error code of current exception.

Methods

Name Description
DuplicateStartDates(string, string)

Creates an exception indicating that two eras share the same start date.

EmptyShortcutKey(string)

Creates an exception indicating that the shortcut key for the specified era is empty.

InvalidStartDateFormat()

Creates an exception indicating that the start date in the era configuration has an incorrect format.

ValueNotMatchPattern(string)

Creates an exception indicating that the given value does not match the required pattern.

Extension Methods