C# Class dotGit.Exceptions.ShaMismatchException

Inheritance: System.Exception
Mostra file Open project: schacon/dotgit

Public Methods

Method Description
ShaMismatchException ( string expectedSha, string receivedSha ) : System

Method Details

ShaMismatchException() public method

public ShaMismatchException ( string expectedSha, string receivedSha ) : System
expectedSha string
receivedSha string
return System