Class CodeError
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Base class for runtime and compile errors
public abstract class CodeError
Inheritance
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
source
Error Source.
protected string source
Field Value
stackTrace
Error StackTrace.
protected string stackTrace
Field Value
Properties
Message
Raw error message.
public string Message { get; }
Property Value
Text
Formatted error text.
public virtual string Text { get; }