MimeException Constructor (String)

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
)

Parameters

message
Type: SystemString
The error message.
See Also