DataMismatchError

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception

public class DataMismatchError extends System.Exception

Data mismatch exception class

Constructors

ConstructorDescription
DataMismatchError(String message)Initializes a new instance of the DataMissmatchError class.

DataMismatchError(String message)

public DataMismatchError(String message)

Initializes a new instance of the DataMissmatchError class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message that describes the error.