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
)
Public Sub New (
format As String,
ParamArray parameters As Object()
)
public:
OperationCanceledException(
String^ format,
... array<Object^>^ parameters
)
new :
format : string *
parameters : Object[] -> OperationCanceledException
Parameters
- format
- Type: SystemString
Message format - parameters
- Type: SystemObject
Format parameters
See Also