C# Класс GitObjectDb.ObjectNotFoundException

The exception that is thrown attempting to reference a resource that does not exist.
Наследование: GitObjectDb.GitObjectDbException
Показать файл Открыть проект

Открытые методы

Метод Описание
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