Skip to content

ExceptionExtensions

Mark Smith edited this page Aug 26, 2016 · 4 revisions

ExceptionExtensions

A set of extension methods for Exception.

Methods

  • Flatten : walks the InnerException collection and flattens all located exceptions into a single string with CR/LF separators for each Message. Can optionally include the stack trace.

Clone this wiki locally