Click or drag to resize
LifecycleUtilsThrowLifecycleStateAlreadyExists Method

Namespace: PDTec.IceNet.Domain.Lifecycle
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static void ThrowLifecycleStateAlreadyExists(
	Exception innerException,
	string lifecycleName,
	string stateName
)

Parameters

innerException
Type: SystemException
lifecycleName
Type: SystemString
stateName
Type: SystemString
See Also