Search Results for

    Show / Hide Table of Contents

    Class CompilerException

    The exception that is thrown if there is an error in the report's script code.

    Inheritance
    System.Object
    System.Exception
    CompilerException
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class CompilerException : Exception, ISerializable, _Exception

    Constructors

    CompilerException(String, CompilerException.Info[])

    Creates a new instance of CompilerException class.

    Declaration
    public CompilerException(string message, CompilerException.Info[] errors = null)
    Parameters
    Type Name Description
    System.String message

    Error message.

    CompilerException.Info[] errors

    Array of error info items.

    Properties

    Errors

    Contains a list of errors.

    Declaration
    public CompilerException.Info[] Errors { get; }
    Property Value
    Type Description
    CompilerException.Info[]
    Back to top © 1998-2025 Copyright Fast Reports Inc.