Expect(stringerex, exceptionGenerator) Expect(stringerexes, exceptionGenerator) Expect(predicate, exceptionGenerator) Expect(element, exceptionGenerator) Expect(elements, exceptionGenerator) Expect(elements, exceptionGenerator) Expect(element, comparer, exceptionGenerator) Expect(elements, comparer, exceptionGenerator) Expect(elements, comparer, exceptionGenerator) Expect<>(stringerex, exceptionGenerator) Throw<>(exceptionGenerator)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Method: Stringerex<TResult> Throw<TResult>(Func<StringerexMatch, Exception>)Declarationpublic 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. |
|