Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowNotSupportedException()

static void System.Text.RegularExpressions.ThrowHelper.ThrowNotSupportedException ( ExceptionResource resource)
inlinestaticpackage

Definition at line 32 of file ThrowHelper.cs.

33 {
34 throw new NotSupportedException(GetStringForExceptionResource(resource));
35 }
static string GetStringForExceptionResource(ExceptionResource resource)

References System.Text.RegularExpressions.ThrowHelper.GetStringForExceptionResource().

Referenced by System.Text.RegularExpressions.Regex.InitializeReferences().