- Declared in: RT.Generexes.Generex<T>
Declaration
public Generex<T, TResult> Throw<TResult>(
Func<GenerexMatch<T>, 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. |