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