Click or drag to resize
ConnectionException Constructor
Thrown when attempting to modify an existing Connection. Currently our code does not permit switching company, user or SQL Server without recreating the TaxEngine object. Issues include the initialization process that fetches defaults from various tables as well as data corruption that could occur by making this change while a document is open.

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

Parameters

Message
Type: SystemString
Message
See Also