AppHarbor.GitCommandException.GitCommandException C# (CSharp) Method

GitCommandException() public method

public GitCommandException ( string message ) : System
message string
return System
        public GitCommandException(string message)
            : base(message)
        {
        }

Same methods

GitCommandException::GitCommandException ( ) : System
GitCommandException