C# 클래스 GitSharp.Core.Exceptions.RepositoryNotFoundException

상속: TransportException
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
RepositoryNotFoundException ( DirectoryInfo location ) : System

Constructs an exception indicating a local repository does not exist

RepositoryNotFoundException ( DirectoryInfo location, Exception inner ) : System

Constructs an exception indicating a local repository does not exist

RepositoryNotFoundException ( string location ) : System

Constructs an exception indicating a local repository does not exist

RepositoryNotFoundException ( string location, Exception inner ) : System

Constructs an exception indicating a local repository does not exist

보호된 메소드들

메소드 설명
RepositoryNotFoundException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

RepositoryNotFoundException() 공개 메소드

Constructs an exception indicating a local repository does not exist
public RepositoryNotFoundException ( DirectoryInfo location ) : System
location System.IO.DirectoryInfo /// Description of the repository not found, usually file path ///
리턴 System

RepositoryNotFoundException() 공개 메소드

Constructs an exception indicating a local repository does not exist
public RepositoryNotFoundException ( DirectoryInfo location, Exception inner ) : System
location System.IO.DirectoryInfo Description of the repository not found, usually file path
inner System.Exception Inner Exception.
리턴 System

RepositoryNotFoundException() 보호된 메소드

protected RepositoryNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

RepositoryNotFoundException() 공개 메소드

Constructs an exception indicating a local repository does not exist
public RepositoryNotFoundException ( string location ) : System
location string /// Description of the repository not found, usually file path ///
리턴 System

RepositoryNotFoundException() 공개 메소드

Constructs an exception indicating a local repository does not exist
public RepositoryNotFoundException ( string location, Exception inner ) : System
location string Description of the repository not found, usually file path
inner System.Exception Inner Exception.
리턴 System