FileCorruptedException
Contents
[
Hide
]
FileCorruptedException constructor (1 of 3)
Initializes a new instance of the FileCorruptedException
class.
public FileCorruptedException()
See Also
- class FileCorruptedException
- namespace Aspose.Email
- assembly Aspose.Email
FileCorruptedException constructor (2 of 3)
Initializes a new instance of the FileCorruptedException
class with a specified error message.
public FileCorruptedException(string message)
Parameter | Type | Description |
---|---|---|
message | String | A message that describes the error. |
See Also
- class FileCorruptedException
- namespace Aspose.Email
- assembly Aspose.Email
FileCorruptedException constructor (3 of 3)
Initializes a new instance of the FileCorruptedException
class with a specified error message.
public FileCorruptedException(string message, Exception inner)
Parameter | Type | Description |
---|---|---|
message | String | A message that describes the error. |
inner | Exception | The exception causing the current exception. |
See Also
- class FileCorruptedException
- namespace Aspose.Email
- assembly Aspose.Email