Show / Hide Table of Contents

Class ExceptionInvoker<TException>

Provides a generic way to throw an Exception.

Inheritance
Object
ExceptionInvoker<TException>
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 Source

TryThrow()

Determines whether an Exception of type TException should be thrown.

Declaration
public void TryThrow()
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX