C# Класс GitSharp.Core.Exceptions.RepositoryNotFoundException

Наследование: TransportException
Показать файл Открыть проект

Открытые методы

Метод Описание
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