Class ExceptionUtils
public static class ExceptionUtils
- Inheritance
-
ExceptionUtils
- Inherited Members
Methods
SanitizeHeaderValue(string, int)
public static string SanitizeHeaderValue(string input, int maxLength = 1024)
Parameters
Returns
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
exExceptionresultT
Returns
Type Parameters
T