Upscaledb.Database.GetLastError C# (CSharp) Méthode

GetLastError() public méthode

Returns the last error code
This method wraps the native ups_db_get_error function.
public GetLastError ( ) : int
Résultat int
        public int GetLastError()
        {
            lock (this) {
            return NativeMethods.GetLastError(handle);
              }
        }