NUnit.Framework.ExceptionExtensions
namespace NUnit.
Framework
{
internal static class ExceptionExtensions
{
public static string GetStackTraceWithoutThrowing(
this Exception exception);
public static string GetMessageWithoutThrowing(
this Exception exception);
public static Result<
IDictionary>
GetDataWithoutThrowing(
this Exception exception);
}
}