Click or drag to resize
FileSystemDeleteJobObjectSerializationExceptionMessage Method
Returns text that is shown in ObjectSerializationException thrown when execution of RunInternal(BaseInfo) fails with an exception.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected override string ObjectSerializationExceptionMessage(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
Object that was passed to the RunInternal(BaseInfo) method.

Return Value

Type: String
Remarks
Provided baseInfo is never .
See Also