Search Results for

    Show / Hide Table of Contents

    Class RuntimeError

    Class which stores information about single runtime error happened during script calculation

    Inheritance
    System.Object
    CodeError
    RuntimeError
    Inherited Members
    CodeError.source
    CodeError.message
    CodeError.stackTrace
    CodeError.Message
    Namespace: FastReport.Olap.Code
    Assembly: FastReport.Olap.dll
    Syntax
    public class RuntimeError : CodeError

    Constructors

    RuntimeError(String, Exception)

    Declaration
    public RuntimeError(string eventName, Exception ex)
    Parameters
    Type Name Description
    System.String eventName
    System.Exception ex

    Properties

    EventName

    Name of script EventHandler which caused an error

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    System.String

    Text

    Formatted error text

    Declaration
    public override string Text { get; }
    Property Value
    Type Description
    System.String
    Overrides
    CodeError.Text
    Back to top © 1998-2024 Copyright Fast Reports Inc.