Constructor FileSourceUnchangedException
FileSourceUnchangedException()
Initializes a new instance of the FileSourceUnchangedException class with a default message.
Declaration
public FileSourceUnchangedException()
FileSourceUnchangedException(string?)
Initializes a new instance of the FileSourceUnchangedException class with a specified error message.
Declaration
public FileSourceUnchangedException(string? message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
FileSourceUnchangedException(string?, Exception?)
Initializes a new instance of the FileSourceUnchangedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public FileSourceUnchangedException(string? message, Exception? innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |