[This is preliminary documentation and is subject to change.]
Message codes for Laconfig code processors
Namespace: NFX.CodeAnalysis.LaconfigAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| INFOS | 0 | ||
| WARNING | 100 | ||
| ERRORS | 1000 | ||
| eUnterminatedString | 1001 | ||
| ePrematureEOF | 1002 | ||
| eUnterminatedComment | 1003 | ||
| eInvalidStringEscape | 1004 | ||
| eSectionNameExpected | 1005 | ||
| eSectionOpenBraceExpected | 1006 | ||
| eSectionOrAttributeNameExpected | 1007 | ||
| eSectionOrAttributeValueExpected | 1008 | ||
| eContentPastRootSection | 1009 | ||
| eSyntaxError | 1010 |
See Also