Show / Hide Table of Contents

Class RepositoryNotFoundException

This exception will be thrown when you attempt to open a repository, but it is not found at the specified path.

Inheritance
System.Object
DoggedException
RepositoryNotFoundException
Namespace: Dogged
Assembly: Dogged.dll
Syntax
public class RepositoryNotFoundException : DoggedException

Constructors

| Improve this Doc View Source

RepositoryNotFoundException(String)

Declaration
public RepositoryNotFoundException(string message)
Parameters
Type Name Description
System.String message
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX