C# Class Hawkeye.ExceptionExtensions

Exception formatting extension method.
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
ToFormattedString ( this exception ) : string

Returns Exception information intoa formatted string.

Method Details

ToFormattedString() public static méthode

Returns Exception information intoa formatted string.
public static ToFormattedString ( this exception ) : string
exception this The exception to describe.
Résultat string