C# Class Patterns.Logging.Mixins

Provides type mixins designed to aid in logging operations.
Show file Open project: patterns-group/code-patterns

Public Methods

Method Description
ToFullString ( this error ) : string

Creates an aggregated exception message that includes messages from all inner exceptions.

Method Details

ToFullString() public static method

Creates an aggregated exception message that includes messages from all inner exceptions.
public static ToFullString ( this error ) : string
error this The error.
return string