AsposeArgumentNullException Constructor (String)

Initializes a new instance of the AsposeArgumentNullException class with a specified error message.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public AsposeArgumentNullException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also