MailException Constructor (String, Exception)

Initializes a new instance of the MailException class

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MailException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
inner
Type: SystemException
See Also