Search Results for

    Show / Hide Table of Contents

    Class CodeError

    Base class for runtime and compile errors

    Inheritance
    System.Object
    CodeError
    CompileTimeError
    RuntimeError
    Namespace: FastReport.Olap.Code
    Assembly: FastReport.Olap.dll
    Syntax
    public abstract class CodeError

    Constructors

    CodeError(Exception)

    Declaration
    public CodeError(Exception ex)
    Parameters
    Type Name Description
    System.Exception ex

    Fields

    message

    Declaration
    protected string message
    Field Value
    Type Description
    System.String

    source

    Declaration
    protected string source
    Field Value
    Type Description
    System.String

    stackTrace

    Declaration
    protected string stackTrace
    Field Value
    Type Description
    System.String

    Properties

    Message

    Raw error message

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

    Text

    Formatted error text

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