Click or drag to resize

CompilationException Class

Exception class that is raised if an error is thrown during compilation step of Evaluator class containing additional information for troubleshooting.
Inheritance Hierarchy
SystemObject
  SystemException
    Data.Eval.CompilationCompilationException

Namespace:  Data.Eval.Compilation
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public sealed class CompilationException : Exception

The CompilationException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyGeneratedClassCode
Class code that was generated from Evaluator and attempted to be compiled. Useful for troubleshooting compile error by seeing how Evaluator used specified values when generating code for compilation.
Top
Methods
See Also