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

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

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

Метод Описание
GitlinksNotSupportedException ( string s ) : System

Construct a GitlinksNotSupportedException for the specified link

GitlinksNotSupportedException ( string s, Exception inner ) : System

Construct a GitlinksNotSupportedException for the specified link

Защищенные методы

Метод Описание
GitlinksNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

GitlinksNotSupportedException() защищенный Метод

protected GitlinksNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

GitlinksNotSupportedException() публичный Метод

Construct a GitlinksNotSupportedException for the specified link
public GitlinksNotSupportedException ( string s ) : System
s string /// Name of link in tree or workdir ///
Результат System

GitlinksNotSupportedException() публичный Метод

Construct a GitlinksNotSupportedException for the specified link
public GitlinksNotSupportedException ( string s, Exception inner ) : System
s string Name of link in tree or workdir
inner System.Exception Inner Exception
Результат System