ErrId 列挙型

定義

public enum ErrId
type ErrId = 
Public Enum ErrId
継承
ErrId

フィールド

名前 説明
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

適用対象