Constructor RepoFileNotFoundException
RepoFileNotFoundException(string)
Initializes a new instance of the RepoFileNotFoundException class with a specified message.
Declaration
public RepoFileNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
RepoFileNotFoundException(string, Exception?)
Initializes a new instance of the RepoFileNotFoundException class with a specified message and an inner exception.
Declaration
public RepoFileNotFoundException(string message, Exception? innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |