C# Class GitSharp.Core.Exceptions.GitlinksNotSupportedException

Inheritance: System.IO.IOException
Show file Open project: stschake/GitSharp

Public Methods

Method Description
GitlinksNotSupportedException ( string s ) : System

Construct a GitlinksNotSupportedException for the specified link

GitlinksNotSupportedException ( string s, Exception inner ) : System

Construct a GitlinksNotSupportedException for the specified link

Protected Methods

Method Description
GitlinksNotSupportedException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GitlinksNotSupportedException() protected method

protected GitlinksNotSupportedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

GitlinksNotSupportedException() public method

Construct a GitlinksNotSupportedException for the specified link
public GitlinksNotSupportedException ( string s ) : System
s string /// Name of link in tree or workdir ///
return System

GitlinksNotSupportedException() public method

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
return System