RecordStatusException Constructor |
Thrown when an invalid attempt is made to modify
a record's status.
Namespace: KampData.TaxEngine.API.ExceptionsAssembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntaxpublic RecordStatusException(
string Message
)
Public Sub New (
Message As String
)
public:
RecordStatusException(
String^ Message
)
new :
Message : string -> RecordStatusException
Parameters
- Message
- Type: SystemString
"Document already posted. (Document status == history)"
See Also