C# Class GitSharp.Core.Exceptions.RevisionSyntaxException

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

Public Methods

Method Description
RevisionSyntaxException ( string revstr ) : System
RevisionSyntaxException ( string message, Exception inner ) : System
RevisionSyntaxException ( string revstr, string message ) : System
ToString ( ) : string

Private Methods

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

Method Details

RevisionSyntaxException() public method

public RevisionSyntaxException ( string revstr ) : System
revstr string
return System

RevisionSyntaxException() public method

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

RevisionSyntaxException() public method

public RevisionSyntaxException ( string revstr, string message ) : System
revstr string
message string
return System

ToString() public method

public ToString ( ) : string
return string