Upscaledb.Database.GetLastError C# (CSharp) Метод

GetLastError() публичный Метод

Returns the last error code
This method wraps the native ups_db_get_error function.
public GetLastError ( ) : int
Результат int
        public int GetLastError()
        {
            lock (this) {
            return NativeMethods.GetLastError(handle);
              }
        }