C# Class GitSharp.Core.Exceptions.SymlinksNotSupportedException

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

Public Methods

Method Description
SymlinksNotSupportedException ( ) : System
SymlinksNotSupportedException ( string message ) : System
SymlinksNotSupportedException ( string message, Exception inner ) : System

Private Methods

Method Description
SymlinksNotSupportedException ( System info, System context ) : System

Method Details

SymlinksNotSupportedException() public method

public SymlinksNotSupportedException ( ) : System
return System

SymlinksNotSupportedException() public method

public SymlinksNotSupportedException ( string message ) : System
message string
return System

SymlinksNotSupportedException() public method

public SymlinksNotSupportedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System