C# Class Hawkeye.ExceptionExtensions

Exception formatting extension method.
Datei anzeigen Open project: odalet/Hawkeye2

Public Methods

Method Description
ToFormattedString ( this exception ) : string

Returns Exception information intoa formatted string.

Method Details

ToFormattedString() public static method

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