Skip to content

Instantly share code, notes, and snippets.

View solenark's full-sized avatar

Sandro Vieira Rodrigues solenark

  • Belo Horizonte, Brasil
View GitHub Profile
@benbrandt22
benbrandt22 / ExceptionMessages.cs
Last active February 7, 2024 11:26
C# Extension method that generates a list of exception messages from the top level down through all inner exceptions
using System;
using System.Collections.Generic;
using System.Linq;
namespace System {
public static partial class ExceptionExtensions {
/// <summary>
/// Returns a list of all the exception messages from the top-level