AsposeArgumentNullException Constructor (String, String)

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

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

Parameters

format
Type: SystemString
Message format
parameters
Type: SystemString
Format parameter
See Also