C# 클래스 dotGit.Exceptions.ShaMismatchException

상속: System.Exception
파일 보기 프로젝트 열기: schacon/dotgit

공개 메소드들

메소드 설명
ShaMismatchException ( string expectedSha, string receivedSha ) : System

메소드 상세

ShaMismatchException() 공개 메소드

public ShaMismatchException ( string expectedSha, string receivedSha ) : System
expectedSha string
receivedSha string
리턴 System