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

상속: System.IO.IOException
파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

공개 메소드들

메소드 설명
TransportException ( URIish uri, string s ) : System
TransportException ( URIish uri, string s, Exception cause ) : System
TransportException ( string s ) : System
TransportException ( string s, Exception cause ) : System

보호된 메소드들

메소드 설명
TransportException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

TransportException() 보호된 메소드

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

TransportException() 공개 메소드

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

TransportException() 공개 메소드

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

TransportException() 공개 메소드

public TransportException ( string s ) : System
s string
리턴 System

TransportException() 공개 메소드

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