FileCorruptedException Constructor (String, Exception)

Initializes a new instance of the FileCorruptedException class with a specified error message.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public FileCorruptedException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
A message that describes the error.
inner
Type: SystemException
The exception causing the current exception.
See Also