C# 클래스 Deploy.ExceptionExtensions

The exception extensions.
파일 보기 프로젝트 열기: ReubenBond/YamsDeploy

공개 메소드들

메소드 설명
ToDetailedString ( this exception ) : string

Returns a detailed string representation of this instance.

Returns string.Empty if exception is null.

메소드 상세

ToDetailedString() 공개 정적인 메소드

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. ///
리턴 string