Try OpenEdge Now
skip to main content
.NET Open Clients
Passing Parameters : ProDataTable class methods : Error handling methods : SetErrorString( )
 
SetErrorString( )
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:

Syntax

static void SetErrorString(System.Data.DataTable dt, string newValue)
Where newValue is the error string value.