ErrorText Field (LoaderResult)
In This Topic
Gets or sets the text of the error if the row loading operation resulted in the error.
Syntax
'Declaration
Public ErrorText As String
Field Value
The error text. An empty string if
Success is true.
See Also