C# Class Deploy.ExceptionExtensions

The exception extensions.
Exibir arquivo Open project: ReubenBond/YamsDeploy

Public Methods

Method 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 method

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. ///
return string