Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
RegexParseError.cs
Go to the documentation of this file.
1
namespace
System.Text.RegularExpressions
;
2
3
public
enum
RegexParseError
4
{
5
Unknown
,
6
AlternationHasTooManyConditions
,
7
AlternationHasMalformedCondition
,
8
InvalidUnicodePropertyEscape
,
9
MalformedUnicodePropertyEscape
,
10
UnrecognizedEscape
,
11
UnrecognizedControlCharacter
,
12
MissingControlCharacter
,
13
InsufficientOrInvalidHexDigits
,
14
QuantifierOrCaptureGroupOutOfRange
,
15
UndefinedNamedReference
,
16
UndefinedNumberedReference
,
17
MalformedNamedReference
,
18
UnescapedEndingBackslash
,
19
UnterminatedComment
,
20
InvalidGroupingConstruct
,
21
AlternationHasNamedCapture
,
22
AlternationHasComment
,
23
AlternationHasMalformedReference
,
24
AlternationHasUndefinedReference
,
25
CaptureGroupNameInvalid
,
26
CaptureGroupOfZero
,
27
UnterminatedBracket
,
28
ExclusionGroupNotLast
,
29
ReversedCharacterRange
,
30
ShorthandClassInCharacterRange
,
31
InsufficientClosingParentheses
,
32
ReversedQuantifierRange
,
33
NestedQuantifiersNotParenthesized
,
34
QuantifierAfterNothing
,
35
InsufficientOpeningParentheses
,
36
UnrecognizedUnicodeProperty
37
}
System.Text.RegularExpressions.RegexParseError
RegexParseError
Definition
RegexParseError.cs:4
System.Text.RegularExpressions.RegexParseError.UnterminatedComment
@ UnterminatedComment
System.Text.RegularExpressions.RegexParseError.UnrecognizedEscape
@ UnrecognizedEscape
System.Text.RegularExpressions.RegexParseError.AlternationHasUndefinedReference
@ AlternationHasUndefinedReference
System.Text.RegularExpressions.RegexParseError.ShorthandClassInCharacterRange
@ ShorthandClassInCharacterRange
System.Text.RegularExpressions.RegexParseError.UnescapedEndingBackslash
@ UnescapedEndingBackslash
System.Text.RegularExpressions.RegexParseError.CaptureGroupOfZero
@ CaptureGroupOfZero
System.Text.RegularExpressions.RegexParseError.AlternationHasComment
@ AlternationHasComment
System.Text.RegularExpressions.RegexParseError.InsufficientOrInvalidHexDigits
@ InsufficientOrInvalidHexDigits
System.Text.RegularExpressions.RegexParseError.MissingControlCharacter
@ MissingControlCharacter
System.Text.RegularExpressions.RegexParseError.MalformedNamedReference
@ MalformedNamedReference
System.Text.RegularExpressions.RegexParseError.UnterminatedBracket
@ UnterminatedBracket
System.Text.RegularExpressions.RegexParseError.AlternationHasNamedCapture
@ AlternationHasNamedCapture
System.Text.RegularExpressions.RegexParseError.MalformedUnicodePropertyEscape
@ MalformedUnicodePropertyEscape
System.Text.RegularExpressions.RegexParseError.QuantifierAfterNothing
@ QuantifierAfterNothing
System.Text.RegularExpressions.RegexParseError.InsufficientOpeningParentheses
@ InsufficientOpeningParentheses
System.Text.RegularExpressions.RegexParseError.ReversedQuantifierRange
@ ReversedQuantifierRange
System.Text.RegularExpressions.RegexParseError.AlternationHasMalformedReference
@ AlternationHasMalformedReference
System.Text.RegularExpressions.RegexParseError.InsufficientClosingParentheses
@ InsufficientClosingParentheses
System.Text.RegularExpressions.RegexParseError.ReversedCharacterRange
@ ReversedCharacterRange
System.Text.RegularExpressions.RegexParseError.Unknown
@ Unknown
System.Text.RegularExpressions.RegexParseError.QuantifierOrCaptureGroupOutOfRange
@ QuantifierOrCaptureGroupOutOfRange
System.Text.RegularExpressions.RegexParseError.ExclusionGroupNotLast
@ ExclusionGroupNotLast
System.Text.RegularExpressions.RegexParseError.InvalidUnicodePropertyEscape
@ InvalidUnicodePropertyEscape
System.Text.RegularExpressions.RegexParseError.AlternationHasMalformedCondition
@ AlternationHasMalformedCondition
System.Text.RegularExpressions.RegexParseError.UnrecognizedControlCharacter
@ UnrecognizedControlCharacter
System.Text.RegularExpressions.RegexParseError.AlternationHasTooManyConditions
@ AlternationHasTooManyConditions
System.Text.RegularExpressions.RegexParseError.InvalidGroupingConstruct
@ InvalidGroupingConstruct
System.Text.RegularExpressions.RegexParseError.UnrecognizedUnicodeProperty
@ UnrecognizedUnicodeProperty
System.Text.RegularExpressions.RegexParseError.UndefinedNamedReference
@ UndefinedNamedReference
System.Text.RegularExpressions.RegexParseError.CaptureGroupNameInvalid
@ CaptureGroupNameInvalid
System.Text.RegularExpressions.RegexParseError.NestedQuantifiersNotParenthesized
@ NestedQuantifiersNotParenthesized
System.Text.RegularExpressions.RegexParseError.UndefinedNumberedReference
@ UndefinedNumberedReference
System.Text.RegularExpressions
Definition
Capture.cs:1
source
System.Text.RegularExpressions
System.Text.RegularExpressions
RegexParseError.cs
Generated by
1.10.0