[This is preliminary documentation and is subject to change.]
Message codes for CSharp code processors
Namespace: NFX.CodeAnalysis.CSharpAssembly: 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 | ||
| eValueTooBig | 1005 | ||
| eInvalidIdentifier | 1006 | ||
| eSyntaxError | 1007 |
See Also