SRName Enum
Specifies the names of string resources for this assembly.
public enum SRName
Fields
| Name | Description |
|---|---|
| ExDuplicateLabel | An exception message string. |
| ExEbnfAlternationMultipleTerminalReferences | An exception message string. |
| ExEbnfAlternationNoProductions | An exception message string. |
| ExEbnfAlternationNullProduction | An exception message string. |
| ExEbnfConcatenationLabelNotSupported | An exception message string. |
| ExEbnfConcatenationNoTerms | An exception message string. |
| ExEbnfConcatenationNullTerm | An exception message string. |
| ExEbnfNonTerminalNoNonTerminal | An exception message string. |
| ExEbnfProductionNoTreeConstructorList | An exception message string. |
| ExEbnfQuantifierInvalidMaximum | An exception message string. |
| ExEbnfQuantifierInvalidMinimum | An exception message string. |
| ExEbnfTerminalNoTerminal | An exception message string. |
| ExGrammarNoRootNonTerminal | An exception message string. |
| ExGrammarNodeAlreadyCompiled | An exception message string. |
| ExGrammarNodeCannotSetPropertyWhenCompiled | An exception message string. |
| ExGrammarNodeInvalid | An exception message string. |
| ExGrammarNodeMultipleUse | An exception message string. |
| ExGrammarNodeNoPropertyValue | An exception message string. |
| ExILLParserNoParserState | An exception message string. |
| ExILLParserNoTokenReader | An exception message string. |
| ExKeyedGrammarNodeNoPropertyValue | An exception message string. |
| ExLabelNotFound | An exception message string. |
| ExNonTerminalAllowsLeftRecursion | An exception message string. |
| ExNonTerminalNoRules | An exception message string. |
| ExParserInvalidOpCode | An exception message string. |
| ExPropertyConstructionNodeInvalidExplicitValueType | An exception message string. |
| ExPropertyConstructionNodeInvalidPropertyType | An exception message string. |
| ExPropertyConstructionNodeNoPublicPropertyGetter | An exception message string. |
| ExPropertyConstructionNodeNoPublicPropertySetter | An exception message string. |
| ExPropertyConstructionNodeNotMemberExpression | An exception message string. |
| ExPropertyConstructionNodeNotProperty | An exception message string. |
| ParseErrorCompletedParsingBeforeEof | A parse error string. |
| ParseErrorNonTerminalExpected | A parse error string. |
| ParseErrorTerminalExpected | A parse error string. |