C# Class GitSharp.Core.Exceptions.TransportException

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

Public Methods

Method Description
TransportException ( URIish uri, string s ) : System
TransportException ( URIish uri, string s, Exception cause ) : System
TransportException ( string s ) : System
TransportException ( string s, Exception cause ) : System

Protected Methods

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

Method Details

TransportException() protected method

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

TransportException() public method

public TransportException ( URIish uri, string s ) : System
uri GitSharp.Core.Transport.URIish
s string
return System

TransportException() public method

public TransportException ( URIish uri, string s, Exception cause ) : System
uri GitSharp.Core.Transport.URIish
s string
cause System.Exception
return System

TransportException() public method

public TransportException ( string s ) : System
s string
return System

TransportException() public method

public TransportException ( string s, Exception cause ) : System
s string
cause System.Exception
return System