Table of Contents

Class ExceptionInvoker<TException, TResult>

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Provides a generic way to throw an System.Exception.

public class ExceptionInvoker<TException, TResult>
    where TException : Exception

Type Parameters

TException

The type of the System.Exception.

TResult

The type of the out result value of a TesterFunc<TResult, TSuccess>.

Inheritance
Object
ExceptionInvoker<TException, TResult>

Methods

TryThrow()

Determines whether an System.Exception of type TException should be thrown.

public void TryThrow()