Click or drag to resize
DummyObjectException Constructor
Thrown when trying to save or modify a dummy object. This is typically an empty or incomplete object created as a placeholder.

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

Parameters

Message
Type: SystemString
Message
See Also