Table of Contents

Class CodeError

Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll

Base class for runtime and compile errors

public abstract class CodeError

Inheritance

objectCodeError

Derived

CompileTimeError, RuntimeError

Constructors

CodeError(Exception)

Creates a default error instnace by exception.

protected CodeError(Exception ex)

Parameters

ex Exception

Fields

message

Raw error message.

protected string message

Field Value

string

source

Error Source.

protected string source

Field Value

string

stackTrace

Error StackTrace.

protected string stackTrace

Field Value

string

Properties

Message

Raw error message.

public string Message { get; }

Property Value

string

Text

Formatted error text.

public virtual string Text { get; }

Property Value

string