Class RuntimeError
Namespace: FastReport.Olap.Code
Assembly: FastCube.Core.dll
Class which stores information about single runtime error happened during script calculation.
public class RuntimeError : CodeError
Inheritance
object ← CodeError ← RuntimeError
Inherited Members
CodeError.message, CodeError.source, CodeError.stackTrace, CodeError.Message, CodeError.Text
Constructors
RuntimeError(string, Exception)
Creates a new instnace by event name and exception.
public RuntimeError(string eventName, Exception ex)
Parameters
eventName
string
ex
Exception
Properties
EventName
Name of script EventHandler which caused an error.
public string EventName { get; }
Property Value
Text
Formatted error text.
public override string Text { get; }