Table of Contents

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.

[DoesNotReturn]
public static void Throw(Exception exception)

Parameters

exception Exception

Exception to throw.