C# Class Patterns.Logging.Mixins

Provides type mixins designed to aid in logging operations.
Afficher le fichier Open project: patterns-group/code-patterns

Méthodes publiques

Méthode Description
ToFullString ( this error ) : string

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

Method Details

ToFullString() public static méthode

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