Class ExceptionExtensions
- Namespace
- LfrlAnvil.Extensions
- Assembly
- LfrlAnvil.Core.dll
Contains Exception extension methods.
public static class ExceptionExtensions
- Inheritance
-
ExceptionExtensions
- Inherited Members
Methods
Rethrow(Exception)
Rethrows the provided exception
.
public static Exception Rethrow(this Exception exception)
Parameters
exception
ExceptionException to rethrow.
Returns
- Exception
This method does not return.
Remarks
See Throw(Exception) for more information.