Compiler CompileException Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns exception that surfaced during compilation, or null if source has not compiled yet or no exception happened. This exception is different form CompileErrors because it indicates some un=planned condition that broke the compilation process

Namespace: NFX.RelationalModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Exception CompileException { get; }

Property Value

Type: OnlineException
See Also