Class ExceptionInvoker<TException>
Provides a generic way to throw an Exception.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class ExceptionInvoker<TException>
where TException : Exception
Type Parameters
Name | Description |
---|---|
TException | The type of the Exception. |
Methods
| Improve this Doc View SourceTryThrow()
Determines whether an Exception of type TException
should be thrown.
Declaration
public void TryThrow()