OperationCanceledException Constructor (String, Object)

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

Namespace:  Aspose.Email.Exceptions
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public OperationCanceledException(
	string format,
	params Object[] parameters
)

Parameters

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