[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.RelationalModelAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<SchemaCompilationException> CompileErrors { get; }
public IEnumerable<SchemaCompilationException> CompileErrors { get; }
Public ReadOnly Property CompileErrors As IEnumerable(Of SchemaCompilationException)
Get
Public ReadOnly Property CompileErrors As IEnumerable(Of SchemaCompilationException)
Get
public:
property IEnumerable<SchemaCompilationException^>^ CompileErrors {
IEnumerable<SchemaCompilationException^>^ get ();
}
public:
property IEnumerable<SchemaCompilationException^>^ CompileErrors {
IEnumerable<SchemaCompilationException^>^ get ();
}
member CompileErrors : IEnumerable<SchemaCompilationException> with get
member CompileErrors : IEnumerable<SchemaCompilationException> with get
Property Value
Type:
IEnumerable SchemaCompilationException