Declaration
public Stringerex<TResult> Throw<TResult>(
Func<StringerexMatch, Exception> exceptionGenerator
)
Summary
Throws an exception generated by the specified code when the regular expression engine encounters this
expression.
Generic type parameters
TResult | This type parameter is not documented. |