Custom error message formatter for the System.ApplicationException class.
COMExceptionInfo
Custom error message formatter for the System.Runtime.InteropServices.COMException class.
ExceptionFactory
Generates a formatted error message and uses it as a description of an exception created via one of the three overloaded System.Exception constructors.
ExceptionInfo
Custom error message formatter for System.Exception and all exception classes that do not have explicitly defined Custom error message formatters. This class also serves as a base class for other Custom error message formatters.
ExternalExceptionInfo
Custom error message formatter for the System.Run-time.InteropServices.ExternalException class.
FormatFlags
Defines enumeration flags for exception details, which will be included in the error message.
Helper
Implements shared helper methods.
HttpExceptionInfo
Custom error message formatter for the System.Web.HttpException class.
IMessageFormatter
An interface defining the methods responsible for formatting error messages, which must be implemented by Custom error message formatters.