Syntax

Sets the ABL error string associated with the specified DataTable. When passed a DataTable that corresponds to an INPUT or INPUT-OUTPUT temp-table parameter, you can use the following method to relay the error string to the remote ABL method:

static void SetErrorString(System.Data.DataTable dt, string newValue)

Where newValue is the error string value.