Class RuntimeError
Class which stores information about single runtime error happened during script calculation
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 |