Class ExceptionThrower
- Namespace
- LfrlAnvil.Exceptions
- Assembly
- LfrlAnvil.Core.dll
Helper class for throwing exceptions.
public static class ExceptionThrower
- Inheritance
-
ExceptionThrower
- Inherited Members
Methods
Throw(Exception)
Throws the provided exception
.
public static void Throw(Exception exception)
Parameters
exception
ExceptionException to throw.