Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Generex<T, TResult> Throw<TResult>(Func<GenerexMatch<T>, Exception>)

  • 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

TResultThis type parameter is not documented.