Table of Contents

Class ExceptionInvoker<TException>

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Provides a generic way to throw an System.Exception.

public class ExceptionInvoker<TException>
    where TException : Exception

Type Parameters

TException

The type of the System.Exception.

Inheritance
Object
ExceptionInvoker<TException>

Methods

TryThrow()

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

public void TryThrow()