Click or drag to resize
PrimaryKeyModificationException Constructor
Thrown when the value of a primary key is modified.

Namespace: KampData.TaxEngine.API.Exceptions
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public PrimaryKeyModificationException(
	string Message
)

Parameters

Message
Type: SystemString
"Modifying " + flds[i].DisplayName + " in " + DisplayName + " from " + dtRw[flds[i].PhysicalName].ToString().Trim() + " to " + flds[i].ValueForAdoBuffer.ToString()
See Also