Skip to content

BizArk.Core.Extensions.ExceptionExt

Brian Brewder edited this page Apr 1, 2017 · 1 revision

Back to BizArk.Core API Reference

Provides extension method for exceptions.

Static Methods

  • public static string GetDetails(this Exception ex) - Gets the details of an exception suitable for display. Includes the Exception type, message, and stack trace for each exception found (searches InnerException).

Clone this wiki locally