ErrId Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public enum ErrId
type ErrId =
Public Enum ErrId
- Héritage
-
ErrId
Champs
Nom | Valeur | Description |
---|---|---|
None | 0 | |
BadChar | 1 | |
BadEscape | 2 | |
CharConstEmpty | 3 | |
CharConstTooLong | 4 | |
FloatOverflow | 5 | |
IntOverflow | 6 | |
NewlineInConst | 7 | |
UnterminatedComment | 8 | |
UnterminatedString | 9 | |
VerbatimLiteralExpected | 10 | |
BadPreProcPos | 11 | |
EndOfPreLineExpected | 12 | |
IdentExpected | 13 | |
PreProcDirExpected | 14 | |
UniEscInPreProc | 15 |