Click or drag to resize

BCSBatchOperation.FailCurrent Method (String)

Fails the current item in the batch operation.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.96.0)
Syntax
public void FailCurrent(
	string message
)

Parameters

message
Type: System.String
The text message to be added to the details log.
See Also