ma perchè non riesce a convertire? generando errore?

codice:
'Error: Converting Properties 
'Error: Converting Methods, Functions and Constructors 

 private void rapi_RAPIDisconnected()
        {
            Me.Invoke(
               New MethodInvoker(
                    delegate()
                    {
                        Me.Cursor = Cursors.WaitCursor
                        Me.Icon = Properties.Resources.Disconnected1
                        Me.toolStripStatusConnectionStatus.Image = Properties.Resources.Disconnected
                        Me.toolStripStatusConnectionStatus.Text = "Not Connected"
                        toolStripMenuItem1.Enabled = False
                        Me.Cursor = Cursors.Default
                    }
              )
            )
        }

'----------------------------------------------------------------
' Converted from C# to VB .NET using CSharpToVBConverter(1.2).
' Developed by: Kamal Patel (http://www.KamalPatel.net) 
'----------------------------------------------------------------
Mi aiutate??