ErrId Enum

Definition

public enum ErrId
type ErrId = 
Public Enum ErrId
Inheritance
ErrId

Fields

Name Value 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

Applies to