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