Table of Contents

Class ExceptionUtils

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public static class ExceptionUtils
Inheritance
ExceptionUtils
Inherited Members

Methods

TryGetException<T>(Exception, out T)

Retrieve an inner or aggregate exception

public static bool TryGetException<T>(this Exception ex, out T result) where T : Exception

Parameters

ex Exception
result T

Returns

bool

Type Parameters

T