DataMissmatchError Constructor

Initializes a new instance of the DataMissmatchError class.

Namespace:  Aspose.CAD.CadExceptions
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public DataMissmatchError(
	string message
)

Parameters

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