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

상속: System.IO.IOException
파일 보기 프로젝트 열기: stschake/GitSharp

공개 메소드들

메소드 설명
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