FileCorruptedException.FileCorruptedException
Contents
[
Hide
]FileCorruptedException()
Initializes a new instance of the FileCorruptedException
class.
public FileCorruptedException()
See Also
- class FileCorruptedException
- namespace Aspose.Email
- assembly Aspose.Email
FileCorruptedException(string)
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(string, Exception)
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