C# Class GitObjectDb.ObjectNotFoundException

The exception that is thrown attempting to reference a resource that does not exist.
Inheritance: GitObjectDb.GitObjectDbException
Show file Open project: frblondin/GitObjectDb

Public Methods

Method Description
ObjectNotFoundException ( string message, Exception innerException = null ) : System

Initializes a new instance of the ObjectNotFoundException class.

Method Details

ObjectNotFoundException() public method

Initializes a new instance of the ObjectNotFoundException class.
public ObjectNotFoundException ( string message, Exception innerException = null ) : System
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
return System