Table of Contents

Class ExceptionUtils

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

Methods

SanitizeHeaderValue(string, int)

public static string SanitizeHeaderValue(string input, int maxLength = 1024)

Parameters

input string
maxLength int

Returns

string

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