Class CodeError
Base class for runtime and compile errors
Inheritance
System.Object
CodeError
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
Field Value
Type |
Description |
System.String |
|
source
Declaration
Field Value
Type |
Description |
System.String |
|
stackTrace
Declaration
protected string stackTrace
Field Value
Type |
Description |
System.String |
|
Properties
Message
Declaration
public string Message { get; }
Property Value
Type |
Description |
System.String |
|
Text
Declaration
public virtual string Text { get; }
Property Value
Type |
Description |
System.String |
|