PFVersionConflictException Constructor |
Initializes a new instance of the PFVersionConflictException class.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFVersionConflictException(
long postedVersion,
long currentVersion,
string message,
Exception innerException = null
)
Parameters
- postedVersion
- Type: SystemInt64
The posted version. - currentVersion
- Type: SystemInt64
The current version. - message
- Type: SystemString
The message. - innerException (Optional)
- Type: SystemException
The inner exception.
See Also