MimeException Constructor (String) |
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public MimeException(
string message
)
Public Sub New (
message As String
)
public:
MimeException(
String^ message
)
new :
message : string -> MimeException
Parameters
- message
- Type: SystemString
The error message.
See Also