Class ExceptionInvoker<TException>
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Provides a generic way to throw an Exception.
public class ExceptionInvoker<TException>
where TException : Exception
Type Parameters
TException
The type of the Exception.
- Inheritance
-
ExceptionInvoker<TException>
Methods
TryThrow()
Determines whether an Exception of type TException
should be thrown.
public void TryThrow()