Click or drag to resize

DynamicCompilationException Class

Exception with error information of the run time compilation.
Inheritance Hierarchy

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[SerializableAttribute]
public sealed class DynamicCompilationException : FileHelpersException

The DynamicCompilationException type exposes the following members.

Properties
  NameDescription
Public propertyCompilerErrors
The errors returned from the compiler.
Public propertySourceCode
The source code that generates the Exception
Top
See Also