C# Class Deploy.ExceptionExtensions

The exception extensions.
Afficher le fichier Open project: ReubenBond/YamsDeploy

Méthodes publiques

Méthode Description
ToDetailedString ( this exception ) : string

Returns a detailed string representation of this instance.

Returns string.Empty if exception is null.

Method Details

ToDetailedString() public static méthode

Returns a detailed string representation of this instance.
Returns string.Empty if exception is null.
public static ToDetailedString ( this exception ) : string
exception this /// The exception. ///
Résultat string