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