Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Namespaces
|
Enumerations
RegexParseError.cs File Reference
Go to the source code of this file.
Namespaces
namespace
System
namespace
System.Text
namespace
System.Text.RegularExpressions
Enumerations
enum
System.Text.RegularExpressions.RegexParseError
{
System.Text.RegularExpressions.Unknown
,
System.Text.RegularExpressions.AlternationHasTooManyConditions
,
System.Text.RegularExpressions.AlternationHasMalformedCondition
,
System.Text.RegularExpressions.InvalidUnicodePropertyEscape
,
System.Text.RegularExpressions.MalformedUnicodePropertyEscape
,
System.Text.RegularExpressions.UnrecognizedEscape
,
System.Text.RegularExpressions.UnrecognizedControlCharacter
,
System.Text.RegularExpressions.MissingControlCharacter
,
System.Text.RegularExpressions.InsufficientOrInvalidHexDigits
,
System.Text.RegularExpressions.QuantifierOrCaptureGroupOutOfRange
,
System.Text.RegularExpressions.UndefinedNamedReference
,
System.Text.RegularExpressions.UndefinedNumberedReference
,
System.Text.RegularExpressions.MalformedNamedReference
,
System.Text.RegularExpressions.UnescapedEndingBackslash
,
System.Text.RegularExpressions.UnterminatedComment
,
System.Text.RegularExpressions.InvalidGroupingConstruct
,
System.Text.RegularExpressions.AlternationHasNamedCapture
,
System.Text.RegularExpressions.AlternationHasComment
,
System.Text.RegularExpressions.AlternationHasMalformedReference
,
System.Text.RegularExpressions.AlternationHasUndefinedReference
,
System.Text.RegularExpressions.CaptureGroupNameInvalid
,
System.Text.RegularExpressions.CaptureGroupOfZero
,
System.Text.RegularExpressions.UnterminatedBracket
,
System.Text.RegularExpressions.ExclusionGroupNotLast
,
System.Text.RegularExpressions.ReversedCharacterRange
,
System.Text.RegularExpressions.ShorthandClassInCharacterRange
,
System.Text.RegularExpressions.InsufficientClosingParentheses
,
System.Text.RegularExpressions.ReversedQuantifierRange
,
System.Text.RegularExpressions.NestedQuantifiersNotParenthesized
,
System.Text.RegularExpressions.QuantifierAfterNothing
,
System.Text.RegularExpressions.InsufficientOpeningParentheses
,
System.Text.RegularExpressions.UnrecognizedUnicodeProperty
}
source
System.Text.RegularExpressions
System.Text.RegularExpressions
RegexParseError.cs
Generated by
1.10.0