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