Gcef.Data.DataEngine by GrapeCity,GrapeCity_AR

<PackageReference Include="Gcef.Data.DataEngine" Version="4.0.2" />

 InvalidDefinitionException

Raised when data definition (filters, sorting, etc) is not valid in specific scope.

Initializes a new instance of the InvalidDefinitionException class with default properties.

public InvalidDefinitionException(string message)

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

public InvalidDefinitionException(string message, Exception inner)

Initializes a new instance of the InvalidDefinitionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the InvalidDefinitionException class with serialized data.