Click or drag to resize
ScoreInfoProviderMarkScoreAsFailed Method
Marks score object as failed. This method does not log changes to the event log, staging log and export log.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void MarkScoreAsFailed(
	ScoreInfo score
)

Parameters

score
Type: CMS.OnlineMarketingScoreInfo
Score info object
Exceptions
ExceptionCondition
ArgumentNullExceptionscore is null
See Also