Untitled Document
SError Class
GPS NAVIGATION SDK
version 8.3 build 47035

SError class is used to obtain addtional error informations after calling ApplicationAPI function.

For a list of all members of this type, see SError Members.

System.Object
   ApplicationAPI.SError

public class SError

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

It is possible to get error code and error description by calling GetCode and GetDescription functions.

General error codes that sets each function are:



Some functions gets also function-specific error codes:

Requirements

Namespace: ApplicationAPI

Assembly: ApplicationAPI.NET (in ApplicationAPI.NET.dll)

See Also

SError Members | ApplicationAPI Namespace