C# Class GitSharp.Core.Exceptions.PackMismatchException

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

Public Methods

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

Private Methods

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

Method Details

PackMismatchException() public method

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

PackMismatchException() public method

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

PackMismatchException() public method

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

PackMismatchException() public method

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