MimeException Constructor (String, Exception)

Initializes a new instance of the MimeException class.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MimeException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The error message.
innerException
Type: SystemException
The inner exception.
See Also