C# Class GitSharp.Core.Exceptions.PackInvalidException

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

Public Methods

Method Description
PackInvalidException ( ObjectId id, string message ) : System
PackInvalidException ( ObjectId id, string message, Exception inner ) : System
PackInvalidException ( string message ) : System
PackInvalidException ( string message, Exception inner ) : System

Private Methods

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

Method Details

PackInvalidException() public method

public PackInvalidException ( ObjectId id, string message ) : System
id ObjectId
message string
return System

PackInvalidException() public method

public PackInvalidException ( ObjectId id, string message, Exception inner ) : System
id ObjectId
message string
inner System.Exception
return System

PackInvalidException() public method

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

PackInvalidException() public method

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