FileCorruptedException Constructor (String, Exception) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public FileCorruptedException(
string message,
Exception inner
)
Public Sub New (
message As String,
inner As Exception
)
public:
FileCorruptedException(
String^ message,
Exception^ inner
)
new :
message : string *
inner : Exception -> FileCorruptedException
Parameters
- message
- Type: SystemString
A message that describes the error. - inner
- Type: SystemException
The exception causing the current exception.
See Also