Enum LaconfigMsgCode
Message codes for Laconfig code processors
Namespace: NFX.CodeAnalysis.Laconfig
Assembly: NFX.dll
Syntax
public enum LaconfigMsgCode
  Fields
| Name | Description | 
|---|---|
| eContentPastRootSection | |
| eInvalidStringEscape | |
| ePrematureEOF | |
| ERRORS | |
| eSectionNameExpected | |
| eSectionOpenBraceExpected | |
| eSectionOrAttributeNameExpected | |
| eSectionOrAttributeValueExpected | |
| eSyntaxError | |
| eUnterminatedComment | |
| eUnterminatedString | |
| INFOS | |
| WARNING |