ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / OptionError Class / OptionError Constructor

In This Topic
    OptionError Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal errorCode As ErrorCode, _
       ByVal ParamArray values() As Object _
    )
    public OptionError( 
       ErrorCode errorCode,
       params object[] values
    )

    Parameters

    errorCode
    values
    See Also