C# 클래스 GitObjectDb.ObjectNotFoundException

The exception that is thrown attempting to reference a resource that does not exist.
상속: GitObjectDb.GitObjectDbException
파일 보기 프로젝트 열기: frblondin/GitObjectDb

공개 메소드들

메소드 설명
ObjectNotFoundException ( string message, Exception innerException = null ) : System

Initializes a new instance of the ObjectNotFoundException class.

메소드 상세

ObjectNotFoundException() 공개 메소드

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.
리턴 System