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