OpenHome.Git.GitException.GitException C# (CSharp) Method

GitException() private method

private GitException ( string aMessage ) : System
aMessage string
return System
        internal GitException(string aMessage)
            : base(aMessage)
        {
        }

Same methods

GitException::GitException ( string aMessage, Exception aInnerException ) : System
GitException