DataObjectVersionNotExistsException(Int32, Int32)

Initialises a new instance of the DataObjectVersionNotExistsException class with an error message.

The error message is predefined and contains the parameters given in the constructor. The error message reads: "The requested version baseVersion.minorVersion does not exist.".

Parameter

baseVersion

Type: System.Int32

The parameter indicates the major version number that was searched for for a data object.

minorVersion

Type: System.Int32

The parameter indicates the minor version number that was searched for for a data object. If this value is greater than zero, then the version is a version in a ChangeSet.