FormatNotSupportedException.FormatNotSupportedException
Contents
[
Hide
]FormatNotSupportedException()
Initializes a new instance of the FormatNotSupportedException
class.
public FormatNotSupportedException()
See Also
- class FormatNotSupportedException
- namespace Aspose.Email
- assembly Aspose.Email
FormatNotSupportedException(string)
Initializes a new instance of the FormatNotSupportedException
class with a specified error message.
public FormatNotSupportedException(string message)
Parameter | Type | Description |
---|---|---|
message | String | A message that describes the error. |
See Also
- class FormatNotSupportedException
- namespace Aspose.Email
- assembly Aspose.Email
FormatNotSupportedException(string, Exception)
Initializes a new instance of the FormatNotSupportedException
class with a specified error message.
public FormatNotSupportedException(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 FormatNotSupportedException
- namespace Aspose.Email
- assembly Aspose.Email