Compiler CompileErrors Property NFX Class Library

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

Returns exception errors that were generated during compilation. This property returns "planned" errors that were caused by input, whereas CompileException returns exception that indicates some more drastic abnormality that broke the compilation

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

public IEnumerable<SchemaCompilationException> CompileErrors { get; }

Property Value

Type: OnlineIEnumerable SchemaCompilationException 
See Also