Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Stringerex<TResult> Throw<TResult>(Func<StringerexMatch, Exception>)

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

TResultThis type parameter is not documented.