RunGetLastErrorMessage Method |
Gets the last error message.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static List<string> GetLastErrorMessage()
Public Shared Function GetLastErrorMessage As List(Of String)
Return Value
Type:
ListStringLast error message returned by executed functions.
See Also