Click or drag to resize

LifecycleUtilsThrowPromoteTransitionRequirementFailed Method

Namespace:  PDTec.IceNet.Domain.Lifecycle
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static void ThrowPromoteTransitionRequirementFailed(
	Exception innerException,
	string requirementId,
	string requirementName,
	string objectId,
	string objectName
)

Parameters

innerException
Type: SystemException
requirementId
Type: SystemString
requirementName
Type: SystemString
objectId
Type: SystemString
objectName
Type: SystemString
See Also