Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: TGenerex Throw(Func<TGenerexMatch, Exception>)

  • Declared in: RT.Generexes.GenerexBase<T, TMatch, TGenerex, TGenerexMatch>

Declaration

public TGenerex Throw(
    Func<TGenerexMatch, Exception> exceptionGenerator
)

Summary

Throws an exception generated by the specified code when the regular expression engine encounters this expression.