INtime SDK Help
ntxLoadRtErrorString(INtimeDotNet)
INtime SDK v6 > About INtime > Alternate APIs > INtimeDotNet > ntxLoadRtErrorString(INtimeDotNet)

Returns a short sentence (no punctuation) that describes Status.

Visual Basic:

Function ntxLoadRtErrorString(
  ByVal Status As Short)
As String

Visual C#:

String ntxLoadRtErrorString (
  Int16 Status );

Parameters

Status
The status code from an NTX call.

IntimeException Status

E_NTX_INTERNAL_ERROR
The DLL could not contact the RT kernel to complete the request.

Requirements

Versions Reference
INtime 3.0 INtimeDotNet

See Also

INtimeDotNet system calls, Status system calls